mirror of
https://github.com/qemu/qemu.git
synced 2024-12-15 07:23:52 +08:00
build-sys: drop needless warning pragmas for old pixman
Since commit 236f282c1c
("configure: check for pixman-1 version"), QEMU
requires >= 0.21.8.
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
cca1575686
commit
ce59c54c49
@ -7,11 +7,7 @@
|
||||
#define QEMU_PIXMAN_H
|
||||
|
||||
#ifdef CONFIG_PIXMAN
|
||||
/* 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
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user