From 81f81dbd5feb0562ce14e669674d8898e6c6111a Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 20 Sep 2004 07:35:35 +0000
Subject: [PATCH] Fix harmless bcc32 warnings.

---
 src/uifc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uifc/Makefile b/src/uifc/Makefile
index b46d091580..3b84263e1f 100644
--- a/src/uifc/Makefile
+++ b/src/uifc/Makefile
@@ -2,7 +2,7 @@ SRC_ROOT = ..
 # Cross platform/compiler definitions
 !include $(SRC_ROOT)\build\Common.bmake	# defines clean and output directory rules
 
-CFLAGS = -DWRAPPER_IMPORTS $(CFLAGS) $(XPDEV-MT_CFLAGS) $(CIOLIB-MT_CFLAGS)
+CFLAGS = -w-par -w-aus -w-csu -DWRAPPER_IMPORTS $(CFLAGS) $(XPDEV-MT_CFLAGS) $(CIOLIB-MT_CFLAGS)
 
 $(UIFCLIB_BUILD): $(OBJS)
 	@echo Creating $< ...
-- 
GitLab