X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=956a632938d47e2d342f0093ea8e83c9fce35913;hb=d7dad641943ef718302be47cc89ff55d9032b018;hp=68111add409d675dc1c809c64fd46e5394bba5a6;hpb=fdd0fd93b3f093b1f373395d96ce365fb872b3fa;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 68111ad..956a632 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,6 @@ if test "$gl_gcc_warnings" = yes; then nw="$nw -Wmissing-format-attribute" # daemon.h's asprintf_nowarn nw="$nw -Winline" # daemon.h's asprintf_nowarn nw="$nw -Wshadow" # numerous, plus we're not unanimous - # ?? -Wstrict-overflow nw="$nw -Wunsafe-loop-optimizations" # just a warning that an optimization # was not possible, safe to ignore nw="$nw -Wpacked" # Allow attribute((packed)) on structs