From e4e36d8229e35e2077148d791f9ae2bdab2a0e44 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 15 Apr 2005 14:21:59 +0000 Subject: Move -Wconversion option for GCC to extra warning options (not enabled by default, to eliminate image library errors...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 4 ++-- 1 file 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 -- cgit v1.2.3