From 3a496826cb37184b24db457d2d128458af67ae52 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 20 Sep 2004 07:26:43 +0000 Subject: [PATCH] Disable some harmless bcc warnings. --- src/conio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conio/Makefile b/src/conio/Makefile index 22cc1dc996..ce2607e2c9 100644 --- a/src/conio/Makefile +++ b/src/conio/Makefile @@ -17,7 +17,7 @@ SRC_ROOT = .. # Cross platform/compiler definitions !include ..\build\Common.bmake # defines clean and output directory rules -CFLAGS = -DWRAPPER_IMPORTS $(CFLAGS) $(XPDEV-MT_CFLAGS) $(MT_CFLAGS) -I$(CIOLIB_SRC) +CFLAGS = -w-par -w-csu -DWRAPPER_IMPORTS $(CFLAGS) $(XPDEV-MT_CFLAGS) $(MT_CFLAGS) -I$(CIOLIB_SRC) OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)win32cio$(OFILE) # SBBS DLL Link Rule -- GitLab