[Pkg-libvirt-commits] [libguestfs] 07/26: build: Disable a couple more ineffective warnings.

Hilko Bengen bengen at moszumanska.debian.org
Thu Mar 20 23:06:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag upstream/1.25.46
in repository libguestfs.

commit d521f7c2e3d6ed8cbc47da36a376bb61f0b0c390
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Mar 17 21:05:18 2014 +0000

    build: Disable a couple more ineffective warnings.
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1971225..ac339a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,8 +158,6 @@ if test "$gl_gcc_warnings" = yes; then
     nw="$nw -Wsign-conversion"       # Not an error
     nw="$nw -Wtraditional-conversion" # Don't care about pre-ANSI compilers
     nw="$nw -Wpadded"                # Our structs are not padded
-    nw="$nw -Wredundant-decls"       # openat.h declares e.g., mkdirat
-    nw="$nw -Wlogical-op"            # any use of fwrite provokes this
     nw="$nw -Wvla"                   # two warnings in mount.c
     # things I might fix soon:
     nw="$nw -Wmissing-format-attribute" # daemon.h's asprintf_nowarn

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list