From 0d018befdaa9b59ddcc53d21b01bef1439a237e3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 23:34:09 -0400 Subject: Suppress new warnings in clang and clang-tidy 14 --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 2543c65..86cc10e 100644 --- a/wscript +++ b/wscript @@ -73,6 +73,7 @@ def configure(conf): ], 'clang': [ '-Wno-cast-qual', + '-Wno-declaration-after-statement', '-Wno-deprecated-declarations', # Mac '-Wno-disabled-macro-expansion', '-Wno-padded', -- cgit v1.2.1