From fbe15cf431deadd984023e9bdfa4dd2ac2f9cf1b Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Tue, 19 Mar 2019 17:09:43 +0200 Subject: sna: Use -Wno-maybe-uninitialized MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The compiler seems incapable of deducing whether something is used uninitialized or not. Signed-off-by: Ville Syrjälä --- src/sna/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sna/meson.build b/src/sna/meson.build index 9e4b69f4..7408f63c 100644 --- a/src/sna/meson.build +++ b/src/sna/meson.build @@ -132,6 +132,7 @@ sna = static_library('sna', '-Wno-unused-but-set-variable', '-Wno-expansion-to-defined', '-Wno-shift-negative-value', + '-Wno-maybe-uninitialized', '-Wno-unused-parameter', '-Wno-unused-function', '-Wno-unused-variable', -- cgit v1.2.3