forked from pool/mstflint
51f910f288
- Update to v4.8.0-1, No info of changes available (bsc#1046293, fate#322949) - Update mstflint-gcc7.patch to the latest sources OBS-URL: https://build.opensuse.org/request/show/537934 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=17
13 lines
358 B
Diff
13 lines
358 B
Diff
diff --git configure.ac configure.ac
|
|
index 437db76..360a948 100644
|
|
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -144,6 +144,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"
|
|
|