Commit a8f7d9fa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: enable init-self and logical-op warnings

parent de73d8fe
...@@ -860,7 +860,7 @@ dnl ...@@ -860,7 +860,7 @@ dnl
dnl Compiler warnings dnl Compiler warnings
dnl 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]) 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_FLAGS([-pipe]) RDC_PROG_CC_FLAGS([-pipe])
AC_LANG_PUSH([C++]) 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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment