mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
disable W303 warnings in watcom makefile
This commit is contained in:
parent
f78f74a03f
commit
ca051b3392
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue