From 8fc6ee6582d77d04e7b500932b77e6c48c8c39a6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 May 2021 15:09:48 -0400 Subject: Fix unannotated switch fallthroughs Unfortunately, clang does not support doing this with comments, requiring yet more preprocessor gunk. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e6397cb9..1735b867 100644 --- a/wscript +++ b/wscript @@ -65,7 +65,6 @@ def configure(conf): '-Wno-disabled-macro-expansion', '-Wno-double-promotion', '-Wno-format-nonliteral', - '-Wno-implicit-fallthrough', '-Wno-nullability-extension', '-Wno-nullable-to-nonnull-conversion', '-Wno-padded', -- cgit v1.2.1