* tests/test-locale.c (main): Reference the variable to avoid the
"unused variable" warning.
+2015-02-11 Pádraig Brady <P@draigBrady.com>
+
+ tests: avoid recent -Werror=unused-variable regression in test-locale
+ * tests/test-locale.c (main): Reference the variable to avoid the
+ "unused variable" warning.
+
2015-02-11 Pádraig Brady <P@draigBrady.com>
maint: various whitespace cleanups in tempname
#if HAVE_NEWLOCALE
/* Check that the locale_t type and the LC_GLOBAL_LOCALE macro are defined. */
locale_t b = LC_GLOBAL_LOCALE;
+ (void) b;
#endif
/* Check that 'struct lconv' has the ISO C and POSIX specified members. */