From eebb62db425333c3a934d9f17fba87a5cee57460 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Jun 2020 12:47:30 +0200 Subject: Disable implicit-fallthrough warning with clang Unfortunately clang does not support the comment syntax (but instead requires non-portable attribute gunk), so just disable it since this is covered by GCC anyway. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index a3ddb45..da520e0 100644 --- a/wscript +++ b/wscript @@ -79,6 +79,7 @@ def configure(conf): '-Wno-bad-function-cast', '-Wno-float-equal', '-Wno-format-nonliteral', + '-Wno-implicit-fallthrough', '-Wno-padded', '-Wno-reserved-id-macro', '-Wno-switch-enum', -- cgit v1.2.1