summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-07-09 09:48:24 (GMT)
committerGitHub <noreply@github.com>2017-07-09 09:48:23 (GMT)
commite2ecdb2d1584c0757b33cf6758b0240aa354736e (patch)
tree7c7f8e6f8776f50b2ec147cebb919d3a99773002
parentf0c1b340f070611018eb199ae55b481c428c814b (diff)
parente31971792961c977820c4365c5bb7edfba7b7f85 (diff)
downloadmxe-e2ecdb2d1584c0757b33cf6758b0240aa354736e.zip
mxe-e2ecdb2d1584c0757b33cf6758b0240aa354736e.tar.gz
mxe-e2ecdb2d1584c0757b33cf6758b0240aa354736e.tar.bz2
Merge pull request #1809 from mbunkus/gendef-with-gcc7
gendef: build with -Wno-implicit-fallthrough
-rw-r--r--src/gendef.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gendef.mk b/src/gendef.mk
index 46115a0..9b5cf6d 100644
--- a/src/gendef.mk
+++ b/src/gendef.mk
@@ -16,6 +16,7 @@ endef
define $(PKG)_BUILD
cd '$(1)/mingw-w64-tools/gendef' && ./configure \
+ CFLAGS='-Wno-implicit-fallthrough' \
--host='$(BUILD)' \
--build='$(BUILD)' \
--prefix='$(PREFIX)/$(TARGET)' \