* tests/test-limits-h.c [__GNUC__]: Ignore -Woverlength-strings.
+2016-10-16 Pádraig Brady <P@draigBrady.com>
+
+ test-limits-h: suppress -Woverlength-strings
+ * tests/test-limits-h.c [__GNUC__]: Ignore -Woverlength-strings.
+
2016-10-15 Bruno Haible <bruno@clisp.org>
gettime, timespec, utimens: Relicense under LGPL.
#include "verify.h"
+#if 4 < __GNUC__ + (3 <= __GNUC_MINOR__)
+# pragma GCC diagnostic ignored "-Woverlength-strings"
+#endif
+
/* Macros specified by ISO/IEC TS 18661-1:2014. */
#define verify_width(width, min, max) \