X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=76a82fe906f21d558079c42ebaf9e8ee42e0459e;hb=ef58a957a6c1887930cc70d6199ae7e48aa8d716;hp=05aa68135dd81eabe31bf5f4c529caa90c362743;hpb=e360d3795658e14fb15705876393b9384843971e;p=debian%2Fgzip diff --git a/configure.ac b/configure.ac index 05aa681..76a82fe 100644 --- a/configure.ac +++ b/configure.ac @@ -106,6 +106,7 @@ if test "$gl_gcc_warnings" = yes; then nw="$nw -Wtraditional" # Warns on #elif which we use often nw="$nw -Wcast-qual" # Too many warnings for now nw="$nw -Wconversion" # Too many warnings for now + nw="$nw -Wduplicated-branches" # Too many false alarms nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wsign-conversion" # Too many warnings for now nw="$nw -Wtraditional-conversion" # Too many warnings for now @@ -132,7 +133,7 @@ if test "$gl_gcc_warnings" = yes; then # Using -Wstrict-overflow is a pain, but the alternative is worse. # For an example, see the code that provoked this report: - # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33498 + # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33498 # Code like that still infloops with gcc-4.6.0 and -O2. Scary indeed. gl_MANYWARN_ALL_GCC([ws])