From: Ville Syrjälä <[email protected]>

Suppress more compiler warnings.

Signed-off-by: Ville Syrjälä <[email protected]>
---
 src/sna/meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/sna/meson.build b/src/sna/meson.build
index 4af181f37b29..b1276ab3aa6e 100644
--- a/src/sna/meson.build
+++ b/src/sna/meson.build
@@ -131,8 +131,11 @@ sna = static_library('sna',
                     c_args : [
                       '-Wno-missing-field-initializers',
                       '-Wno-unused-but-set-variable',
+                      '-Wno-expansion-to-defined',
                       '-Wno-shift-negative-value',
                       '-Wno-unused-parameter',
+                      '-Wno-unused-function',
+                      '-Wno-unused-variable',
                       '-Wno-sign-compare',
                       '-Wno-type-limits',
                       '-Wno-clobbered',
-- 
2.21.0

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to