smpeg2: add workaround for builds with GCC >= 6.x

This commit is contained in:
Boris Pek 2016-04-29 12:26:25 +03:00
parent 5aac1c3335
commit 1a42cbc752
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ define $(PKG)_BUILD
--disable-sdltest \
--disable-gtk-player \
--disable-opengl-player \
CFLAGS='-ffriend-injection'
CFLAGS='-ffriend-injection -Wno-narrowing'
$(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT)
'$(TARGET)-gcc' \