disable W303 warnings in watcom makefile

This commit is contained in:
Ozkan Sezer 2021-09-04 23:55:10 +03:00
parent f78f74a03f
commit ca051b3392

View file

@ -27,6 +27,8 @@ WINSOCK2= 0
# ---------------------------
CFLAGS_BASE = -zq -wx -bm -bt=nt -5s -sg -otexan -fp5 -fpi87 -ei -j -zp8
# newer OpenWatcom versions enable W303 by default
CFLAGS_BASE+= -wcd=303
CFLAGS = $(CFLAGS_BASE)
!ifneq USE_SDL2 1