aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-29 15:09:48 -0400
committerDavid Robillard <d@drobilla.net>2021-05-31 11:30:12 -0400
commit8fc6ee6582d77d04e7b500932b77e6c48c8c39a6 (patch)
tree9bb5b0dc9460466acbd0ad4359027a83b0abe6ee /wscript
parent0ea841d621f81240241fc36a0e6153f57ab88020 (diff)
downloadserd-8fc6ee6582d77d04e7b500932b77e6c48c8c39a6.tar.gz
serd-8fc6ee6582d77d04e7b500932b77e6c48c8c39a6.tar.bz2
serd-8fc6ee6582d77d04e7b500932b77e6c48c8c39a6.zip
Fix unannotated switch fallthroughs
Unfortunately, clang does not support doing this with comments, requiring yet more preprocessor gunk.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
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',