Sfoglia il codice sorgente

tests, watcom: silence lots of W202 warnings from new vulkan headers.

Ozkan Sezer 2 anni fa
parent
commit
c833294817
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      test/watcom.mif

+ 4 - 0
test/watcom.mif

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