X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fconfigure.ac;h=27bb997c94d5e6b24e02b60d50291042bc39a3e4;hb=c5a6584c4fcc0051e1a333838d7562a4fba7ad1f;hp=b9ad70b9e2b336138a9eefee6c5c21b58c052fc0;hpb=83f381f5ccfb7e86bfaaeeade9d06c9e54ddb0cf;p=libguestfs.git diff --git a/daemon/configure.ac b/daemon/configure.ac index b9ad70b..27bb997 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -89,6 +89,8 @@ if test "$gl_gcc_warnings" = yes; then # ?? -Wstrict-overflow nw="$nw -Wunsafe-loop-optimizations" # just a warning that an optimization # was not possible, safe to ignore + nw="$nw -Wlong-long" # Allow long long since it's required + # by Python, Ruby and xstrtoll. gl_MANYWARN_ALL_GCC([ws]) gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])