X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=2a98dfc12401c4232e103fb67b7860a4305770e3;hb=10ad42499cebe2ba8e2193729a4e5657ba7fd5af;hp=55caf0a634334a968d23df7fb6cee92e69cab07b;hpb=51cfb22055148f94ebf3a4e841b3ef6e1b93ab20;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 55caf0a..2a98dfc 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [2]) -m4_define([libguestfs_release], [10]) +m4_define([libguestfs_release], [11]) # extra can be any string m4_define([libguestfs_extra], []) @@ -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