diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-12-11 13:52:57 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-12-11 13:52:57 -0800 |
commit | 73b0c1a19c679745897b9fa2efef0c00469efa92 (patch) | |
tree | a07af1e284cbc6dd91c6f424eab282685c2a3c03 /ChangeLog | |
parent | 1c4053db63e2a3470ed8ace2ddd9636f9a6e135c (diff) | |
download | glibc-73b0c1a19c679745897b9fa2efef0c00469efa92.tar glibc-73b0c1a19c679745897b9fa2efef0c00469efa92.tar.gz glibc-73b0c1a19c679745897b9fa2efef0c00469efa92.tar.bz2 glibc-73b0c1a19c679745897b9fa2efef0c00469efa92.zip |
Suppress -Wformat-security in tst-error1.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2014-12-11 Roland McGrath <roland@hack.frob.com> + * misc/tst-error1.c (do_test): Ignore -Wformat-security for + generated error format strings. + * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and -Wformat-extra-args warnings for scanf formats. * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around |