diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-10-25 16:04:45 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-11-07 14:04:24 +0400 |
commit | ce59c54c4927d22e7d564f68f29c697d77ba9b86 (patch) | |
tree | aa4423833f50bb46baa5b0d6a0adfe5ad0b6ce88 /include/ui | |
parent | cca157568615465887a6f741d939865659a559ae (diff) | |
download | qemu-ce59c54c4927d22e7d564f68f29c697d77ba9b86.zip qemu-ce59c54c4927d22e7d564f68f29c697d77ba9b86.tar.gz qemu-ce59c54c4927d22e7d564f68f29c697d77ba9b86.tar.bz2 |
build-sys: drop needless warning pragmas for old pixman
Since commit 236f282c1c7 ("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>
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/qemu-pixman.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ui/qemu-pixman.h b/include/ui/qemu-pixman.h index d37feb5..4bfa8fa 100644 --- a/include/ui/qemu-pixman.h +++ b/include/ui/qemu-pixman.h @@ -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 /* |