mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix some unused or not initialized related warnings.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user