mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-03 15:25:43 +00:00
test/watcom.mif: disable W201 warning for testautomation_stdlib.c.
This commit is contained in:
parent
3ac69c6210
commit
5773c347d5
|
@ -80,6 +80,9 @@ testvulkan.obj: testvulkan.c
|
|||
# new vulkan headers result in lots of W202 warnings
|
||||
wcc386 $(CFLAGS) -wcd=202 -fo=$^@ $<
|
||||
|
||||
testautomation_stdlib.obj: testautomation_stdlib.c
|
||||
wcc386 $(CFLAGS) -wcd=201 -fo=$^@ $<
|
||||
|
||||
testautomation.exe: $(TAOBJS)
|
||||
wlink SYS $(SYSTEM) libpath $(LIBPATH) lib {$(LIBS)} op q op el file {$<} name $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue