From 5773c347d58d07a45b33ac4ecc93fd3e6a86d483 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 17 Dec 2023 20:51:10 +0300 Subject: [PATCH] test/watcom.mif: disable W201 warning for testautomation_stdlib.c. --- test/watcom.mif | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/watcom.mif b/test/watcom.mif index 76987d30d..8c36d5e09 100644 --- a/test/watcom.mif +++ b/test/watcom.mif @@ -80,6 +80,9 @@ testvulkan.obj: testvulkan.c # new vulkan headers result in lots of W202 warnings wcc386 $(CFLAGS) -wcd=202 -fo=$^@ $< +testautomation_stdlib.obj: testautomation_stdlib.c + wcc386 $(CFLAGS) -wcd=201 -fo=$^@ $< + testautomation.exe: $(TAOBJS) wlink SYS $(SYSTEM) libpath $(LIBPATH) lib {$(LIBS)} op q op el file {$<} name $@