Always compile in GNU C89 mode

This commit is contained in:
Alam Arias 2019-03-07 17:30:28 -05:00
parent f17368224a
commit bf75bf7697

View file

@ -122,6 +122,9 @@ endif
ifndef GCC295
WFLAGS+=-Wendif-labels
endif
ifdef GCC40
WFLAGS+=-std=gnu89
endif
ifdef GCC41
WFLAGS+=-Wshadow
endif