diff options
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c86f47d073..cf1c1e499c 100644 --- a/configure.ac +++ b/configure.ac @@ -322,6 +322,7 @@ AC_C_FLAG([-fno-omit-frame-pointer])  AC_C_FLAG([-funwind-tables])  AC_C_FLAG([-Wall])  AC_C_FLAG([-Wextra]) +AC_C_FLAG([-Wstrict-prototypes])  AC_C_FLAG([-Wmissing-prototypes])  AC_C_FLAG([-Wmissing-declarations])  AC_C_FLAG([-Wpointer-arith]) @@ -330,7 +331,6 @@ AC_C_FLAG([-Wwrite-strings])  AC_C_FLAG([-Wundef])  if test "$enable_gcc_ultra_verbose" = "yes" ; then    AC_C_FLAG([-Wcast-qual]) -  AC_C_FLAG([-Wstrict-prototypes])    AC_C_FLAG([-Wmissing-noreturn])    AC_C_FLAG([-Wmissing-format-attribute])    AC_C_FLAG([-Wunreachable-code])  | 
