test/Makefile.os2: add warning switches to CFLAGS.

This commit is contained in:
Ozkan Sezer 2020-12-24 00:29:40 +03:00
parent 239c8f1f4c
commit 090fffac6a
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ all: $(TARGETS)
INCPATH = -I$(%WATCOM)/h/os2 -I$(%WATCOM)/h -I../include
CFLAGS = $(INCPATH) -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
CFLAGS+= -wx -wcd=303
LIBPATH = ..
LIBS = SDL2.lib $(TESTLIB)