diff options
-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 /* |