summaryrefslogtreecommitdiffstats
path: root/Makefile.32
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.32')
-rwxr-xr-xMakefile.322
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.32 b/Makefile.32
index 4306756..175689e 100755
--- a/Makefile.32
+++ b/Makefile.32
@@ -664,7 +664,7 @@ wingcc-gendef:
tar -zxf $(SOURCE_DIR)/gendef.tar.gz
cd $(BUILD_DIR)/gendef && \
export PATH=$(XGCC_BINPATH):$(PATH) && \
- CC=$(XGCC32) CXX=$(XGPP32) genpeimg_CFLAGS="" CFLAGS="-O3 -g -Werror=implicit-fallthrough=0"\
+ CC=$(XGCC32) CXX=$(XGPP32) genpeimg_CFLAGS="" CFLAGS="-O3 -g -Wno-error=cast-function-type -Werror=implicit-fallthrough=0"\
./configure \
--host=$(XGCC_TARGET32) && \
make