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

From c83329481760b9f587e2cf3482e8590339852db9 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 18 Sep 2022 17:33:04 +0300
Subject: [PATCH] tests, watcom:  silence lots of W202 warnings from new vulkan
 headers.

---
 test/watcom.mif | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/watcom.mif b/test/watcom.mif
index 6ddab0e23b9..2189fd49c27 100644
--- a/test/watcom.mif
+++ b/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 $@