mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06: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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue