vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Jan 17 14:44:18 2016 +0200| [80a1eb9486f067925dbb65bd580393b67aad974c] | committer: Rémi Denis-Courmont
configure: add format-security warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80a1eb9486f067925dbb65bd580393b67aad974c --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3c3b607..1e56be5 100644 --- a/configure.ac +++ b/configure.ac @@ -886,10 +886,10 @@ dnl dnl Compiler warnings dnl -RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var error-implicit-function-declaration init-self logical-op]) +RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var error-implicit-function-declaration init-self logical-op format-security]) RDC_PROG_CC_FLAGS([-pipe]) AC_LANG_PUSH([C++]) -RDC_PROG_CXX_WFLAGS([all extra sign-compare undef pointer-arith volatile-register-var]) +RDC_PROG_CXX_WFLAGS([all extra sign-compare undef pointer-arith volatile-register-var format-security]) AC_LANG_POP([C++]) dnl _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
