Won't compile on old OSX PowerPC GCC

This commit is contained in:
twinaphex 2020-05-17 23:01:04 +02:00
parent f3063bf789
commit 4d7d3207c9

View File

@ -173,7 +173,5 @@ endif
ifneq (,$(findstring msvc,$(platform)))
else
INCFLAGS += -include z_zone.h
# Make sure variable declaration is C89 compatible, for portability
CFLAGS += -Werror=declaration-after-statement
endif