瀏覽代碼

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

Ozkan Sezer 3 年之前
父節點
當前提交
c833294817
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 $@