浏览代码

Makefile.w32: silence lots of W202 warnings from new vulkan headers

Ozkan Sezer 3 年之前
父节点
当前提交
2e24708af2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Makefile.w32

+ 2 - 0
Makefile.w32

@@ -27,6 +27,8 @@ CFLAGS = -bt=nt -d0 -q -bm -5s -fp5 -fpi87 -sg -oeatxhn -ei
 CFLAGS+= -wx
 # newer OpenWatcom versions enable W303 by default
 CFLAGS+= -wcd=303
+# new vulkan headers result in lots of W202 warnings
+CFLAGS+= -wcd=202
 # the include paths :
 CFLAGS+= $(INCPATH)
 CFLAGS_STATIC=$(CFLAGS)