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