X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=671fbb0ef2f643a2c16f2f052c7ccafd60371d38;hp=caf25ee87a34c47b01e5f53cf204724dc9236432;hb=321ca1ef91a90cec5b94058b84420e8018e3f1d8;hpb=aac51942aab63a9355ad6724345ea923148bf2a9 diff --git a/configure.ac b/configure.ac index caf25ee..671fbb0 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