Update spcomp and includes to latest 1.10-fork

disable warning 241: Array-based enum structs will be removed in 1.11
This commit is contained in:
2019-09-27 13:14:44 +02:00
parent f073789ef3
commit 76ffbe7e13
72 changed files with 7755 additions and 6440 deletions

View File

@ -43,7 +43,7 @@ prepare_builddir:
%.smx: %.sp
$(VERSIONDUMP)
$(SPCOMP) -i$(SOURCEDIR) -i$(SMINCLUDES) -i$(ZRINCLUDES) -o$(BUILDDIR)/$@ $<
$(SPCOMP) -w241 -i$(SOURCEDIR) -i$(SMINCLUDES) -i$(ZRINCLUDES) -o$(BUILDDIR)/$@ $<
clean:
@rm -fr $(BUILDDIR)