Browse Source

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

Ozkan Sezer 4 years ago
parent
commit
090fffac6a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/Makefile.os2

+ 1 - 0
test/Makefile.os2

@@ -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)