From 2594132a7bdfb113fca15ad299c5fa33cba5747f Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Mon, 11 Nov 2019 17:29:02 +0000
Subject: [PATCH] build: Disable -Wvariadic-macros

libglnx assumes gcc/clang extensions to variadic macro syntax.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index 65562c237..224749902 100644
--- a/meson.build
+++ b/meson.build
@@ -82,6 +82,7 @@ no_warning_cflags = [
     'pedantic',
     'sign-compare',
     'unused-parameter',
+    'variadic-macros',
 ]
 # This trips some warnings in the libglnx subproject but not in
 # pressure-vessel itself
-- 
GitLab