diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e91b6a1..4dd2453 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,7 @@ if test "$gl_gcc_warnings" = yes; then nw="$nw -Wswitch-default" # Too many warnings for now # things I might fix soon: nw="$nw -Wstrict-overflow" # fid.c + nw="$nw -Wunsafe-loop-optimizations" # mkid.c gl_MANYWARN_ALL_GCC([ws]) gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw]) |