pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-03-15
2014-03-15 20:19:42 by Martin Nilsson <nilsson@opera.com>
14d5e69a8fd864fd1cda0b6457cb75386b0cc2f3 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Enable unused function warnings again.
1792:
AC_SYS_COMPILER_FLAG(-Wformat-security,Wformat_security,WARN) AC_SYS_COMPILER_FLAG(-Wimplicit-function-declaration,Wimplicit_function_declaration,WARN) AC_SYS_COMPILER_FLAG(-Wmultichar,Wmultichar,WARN)
-
#
AC_SYS_COMPILER_FLAG(-Wunused-function,Wunused_function,WARN)
+
AC_SYS_COMPILER_FLAG(-Wunused-function,Wunused_function,WARN)
AC_SYS_COMPILER_FLAG(-Wswitch,Wswitch,WARN) if test "x$with_copt" != xno; then