diff options
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9ae675ddd..13e0cf012 100644 --- a/configure.in +++ b/configure.in @@ -756,10 +756,10 @@ if test -n "$GCC"; then # Show all standard warnings + unused variables, conversion errors, # and inlining problems when compiling... - OPTIM="-Wall -Wunused -Wconversion -Wno-format-y2k $OPTIM" + OPTIM="-Wall -Wunused -Wno-format-y2k $OPTIM" # The following additional warnings are useful for tracking down problems... - #OPTIM="-Wshadow $OPTIM" + #OPTIM="-Wshadow -Wconversion $OPTIM" # Set the default compiler optimizations... if test -z "$DEBUGFLAG"; then |
