From 3a0833614c629c907ae3d1eb170de714f3492fe5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 Jul 2022 14:24:01 -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 0bb218b..e78baf2 100644 --- a/wscript +++ b/wscript @@ -54,6 +54,7 @@ def configure(conf): autowaf.add_compiler_flags(conf.env, 'c', { 'clang': [ '-Wno-bad-function-cast', + '-Wno-declaration-after-statement', '-Wno-missing-noreturn', ], 'gcc': [ -- cgit v1.2.1