mstflint/mstflint-gcc7.patch
Nicolas Morey-Chaisemartin 51f910f288 Accepting request 537934 from home:NMoreyChaisemartin:branches:science:HPC
- 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
2017-10-31 15:35:37 +00:00

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"