Fix some unused or not initialized related warnings.

This commit is contained in:
Gael Guennebaud
2013-02-15 14:05:37 +01:00
parent 19f699ded0
commit a1091caa43
3 changed files with 14 additions and 3 deletions

View File

@@ -40,5 +40,7 @@ void test_unalignedcount()
#else
// The following line is to eliminate "variable not used" warnings
nb_load = nb_loadu = nb_store = nb_storeu = 0;
int a(0), b(0);
VERIFY(a==b);
#endif
}