diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-15 14:21:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-15 14:21:59 +0000 |
| commit | e4e36d8229e35e2077148d791f9ae2bdab2a0e44 (patch) | |
| tree | 17ca5e2c7cd801254a6ddc09103e95cac43675e8 /configure.in | |
| parent | 70c4cd102f437a1379a66b036cd0f26837d003ea (diff) | |
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
Diffstat (limited to 'configure.in')
| -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 |
