2
0
Эх сурвалжийг харах

test/watcom.mif: disable W201 warning for testautomation_stdlib.c.

Ozkan Sezer 1 жил өмнө
parent
commit
5773c347d5
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      test/watcom.mif

+ 3 - 0
test/watcom.mif

@@ -80,6 +80,9 @@ testvulkan.obj: testvulkan.c
   # new vulkan headers result in lots of W202 warnings
   # new vulkan headers result in lots of W202 warnings
   wcc386 $(CFLAGS) -wcd=202 -fo=$^@ $<
   wcc386 $(CFLAGS) -wcd=202 -fo=$^@ $<
 
 
+testautomation_stdlib.obj: testautomation_stdlib.c
+  wcc386 $(CFLAGS) -wcd=201 -fo=$^@ $<
+
 testautomation.exe: $(TAOBJS)
 testautomation.exe: $(TAOBJS)
   wlink SYS $(SYSTEM) libpath $(LIBPATH) lib {$(LIBS)} op q op el file {$<} name $@
   wlink SYS $(SYSTEM) libpath $(LIBPATH) lib {$(LIBS)} op q op el file {$<} name $@