]> git.proxmox.com Git - mirror_qemu.git/commit
Reenable -Wstrict-prototypes
authorKevin Wolf <kwolf@redhat.com>
Fri, 22 Feb 2013 20:08:51 +0000 (21:08 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 Feb 2013 20:48:24 +0000 (14:48 -0600)
commitc95e3080a44946ac5739542b549f5a10ee4ec377
tree9e2912939a2bb74bb52f0572a7c8e5beff5c3253
parent5cbb08283789caf7dbfd0890dcff47124ad766c2
Reenable -Wstrict-prototypes

One part of this patch reverts commit 22bc9a46, which disabled the
warning. The rest of it deals with the warning by adding a #pragma for
newer gcc and by disabling -Werror for compilers that can't deal with
the #pragma.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 1361563731-13307-1-git-send-email-kwolf@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure
ui/gtk.c