summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libadhocutil/nvpParse.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/libadhocutil/nvpParse.ll b/libadhocutil/nvpParse.ll
index 601aa53..93b45e2 100644
--- a/libadhocutil/nvpParse.ll
+++ b/libadhocutil/nvpParse.ll
@@ -9,6 +9,7 @@
%{
#include "nvpParse.h"
#pragma GCC diagnostic ignored "-Wsign-compare"
+#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
%}
element [a-zA-Z][a-zA-Z0-9_-]*