Cc: afaer...@suse.de
Cc: ag...@suse.de
Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
---
 include/ui/qemu-pixman.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/ui/qemu-pixman.h b/include/ui/qemu-pixman.h
index 3c05c83..63b8ccc 100644
--- a/include/ui/qemu-pixman.h
+++ b/include/ui/qemu-pixman.h
@@ -6,7 +6,11 @@
 #ifndef QEMU_PIXMAN_H
 #define QEMU_PIXMAN_H
 
+/* pixman-0.16.0 headers have a redundant declaration */
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wredundant-decls"
 #include <pixman.h>
+#pragma GCC diagnostic pop
 
 #include "console.h"
 
-- 
1.7.1


Reply via email to