From a25ce7e9b8838c8e341c409aa85d44b55b448239 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 Jan 2021 05:40:31 +0100 Subject: Suppress Gtk and Qt header warnings in code --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 4de7e3e..1fbf185 100644 --- a/wscript +++ b/wscript @@ -71,11 +71,9 @@ def configure(conf): '-Wno-suggest-attribute=pure', ], 'clang': [ - '-Wno-atomic-implicit-seq-cst', '-Wno-cast-qual', '-Wno-disabled-macro-expansion', '-Wno-padded', - '-Wno-variadic-macros', ] }) -- cgit v1.2.1