summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-02-11 03:52:57 +0000
committerPádraig Brady <P@draigBrady.com>2015-02-11 03:54:38 +0000
commit6e0e31c383c86e297bfbb8dae89515b0587a1b15 (patch)
tree56355fa95b5c5fd6cae63886a8a364593dd9cf9d /ChangeLog
parent63d2d195416051d2d4ceb0d5b16673dd3eb74ef9 (diff)
downloadgnulib-6e0e31c383c86e297bfbb8dae89515b0587a1b15.tar.gz
tests: avoid recent -Werror=unused-variable regression in test-locale
* tests/test-locale.c (main): Reference the variable to avoid the "unused variable" warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4de4fec89..c4cb47f880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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
* lib/tempname.c: Normalize spacing and line length.
* lib/tempname.h: Likewise.