mirror of https://github.com/Icinga/icinga2.git
Remove -Weffc++.
This commit is contained in:
parent
5aba4c7c78
commit
22823c966b
|
@ -74,7 +74,7 @@ AC_CHECK_LIB(shlwapi, PathRemoveFileSpecA)
|
|||
AC_CHECK_FUNCS([backtrace_symbols execvpe pipe2])
|
||||
|
||||
CFLAGS="$CFLAGS -Wall -Wextra"
|
||||
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Weffc++"
|
||||
CXXFLAGS="$CXXFLAGS -Wall -Wextra"
|
||||
|
||||
AC_MSG_CHECKING(whether to enable debugging)
|
||||
AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging (default=no)],, enable_debug=no)
|
||||
|
|
Loading…
Reference in New Issue