forked from pool/mstflint
13 lines
356 B
Diff
13 lines
356 B
Diff
|
diff --git configure.ac configure.ac
|
||
|
index f988818..8384528 100644
|
||
|
--- configure.ac
|
||
|
+++ configure.ac
|
||
|
@@ -98,6 +98,7 @@ AS_IF([test "x$enable_dynamic_ld" = "xyes"], [
|
||
|
LDFLAGS="$LDFLAGS -Wl,--dynamic-linker=/lib64/ld64.so.2"
|
||
|
])
|
||
|
|
||
|
+CPPFLAGS="$CPPFLAGS -Wno-implicit-fallthrough"
|
||
|
CFLAGS="$CFLAGS -Werror -DMST_UL"
|
||
|
CXXFLAGS="$CXXFLAGS -Werror -DMST_UL"
|
||
|
|