test-xvasprintf: disable some -Wformat-security diagnostics
[gnulib.git] / ChangeLog
index 4e7893f..3389905 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-12-03  Ivailo  <xakepa10@gmail.com>
+
+       test-xvasprintf: (trivial) fix to disable some -Wformat-security diags
+       * tests/test-xvasprintf.c: Disable -Wformat-zero-length and
+       -Wformat-nonliteral checks, as these edge cases are part of the test.
+
 2013-12-03  Eric Blake  <eblake@redhat.com>
 
        regex: avoid glibc deadlock during configure