diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-24 21:16:10 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-24 21:16:10 +0200 |
commit | b36518dcf457f5655c75c978bffed08dcd9535d6 (patch) | |
tree | 31080e7016455eb548ed8925eaac00a66c964a20 | |
parent | fc66e231541b91b22f6e0d8257991cc5343db8d5 (diff) | |
download | ffmpeg-b36518dcf457f5655c75c978bffed08dcd9535d6.tar.gz |
configure: Add -Wno-format-zero-length to CFLAGS.
The C standard specifies that zero-length format strings are allowed.
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2978,6 +2978,7 @@ check_cflags -Wdeclaration-after-statement check_cflags -Wall check_cflags -Wno-parentheses check_cflags -Wno-switch +check_cflags -Wno-format-zero-length check_cflags -Wdisabled-optimization check_cflags -Wpointer-arith check_cflags -Wredundant-decls |