Merge pull request #1809 from mbunkus/gendef-with-gcc7

gendef: build with -Wno-implicit-fallthrough
This commit is contained in:
Tony Theodore 2017-07-09 19:48:24 +10:00 committed by GitHub
commit e2ecdb2d15
1 changed files with 1 additions and 0 deletions

View File

@ -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)' \