Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
80a1eb94
Commit
80a1eb94
authored
Jan 17, 2016
by
Rémi Denis-Courmont
Browse files
configure: add format-security warning
parent
80a72759
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
80a1eb94
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment