Skip to content
Snippets Groups Projects
Commit 3a496826 authored by rswindell's avatar rswindell
Browse files

Disable some harmless bcc warnings.

parent f0a5b792
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment