From 2fae3b89f2d9e5aeb64205ea3fa1ea1a8a010911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Sun, 3 Mar 2019 16:58:48 +0200 Subject: [PATCH] sna: Shut up more compiler warns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suppress more compiler warnings. Signed-off-by: Ville Syrjälä --- src/sna/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sna/meson.build b/src/sna/meson.build index 4af181f3..b1276ab3 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',