supress warnings in regex

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-01-18 10:03:09 +00:00
parent 71098d1242
commit bf94841aaa
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,6 @@
<?xml version="1.0" ?>
<!-- $Id$ -->
<makefile>
<if cond="FORMAT=='autoconf'">
@ -20,7 +22,9 @@
<include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
<define>$(UNICODE_DEFINE)</define>
<dirname>$(LIBDIRNAME)</dirname>
<cflags-borland>-w-8004 -w-8012 -w-8057 -w-8066</cflags-borland>
<cflags-borland>
-w-8004 -w-8008 -w-8012 -w-8057 -w-8065 -w-8066 -w-8068 -w-8070
</cflags-borland>
<sources>
src/regex/regcomp.c
src/regex/regexec.c

View File

@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
# Bakefile 0.1.2 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
@ -733,7 +733,8 @@ WXPNG_OBJECTS = \
$(OBJS)\wxpng_pngwutil.obj
WXREGEX_CFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
$(__OPTIMIZEFLAG) -tWM -I..\..\include -I$(SETUPHDIR) $(__UNICODE_DEFINE_p) \
-w-8004 -w-8012 -w-8057 -w-8066 $(CPPFLAGS) $(CFLAGS)
-w-8004 -w-8008 -w-8012 -w-8057 -w-8065 -w-8066 -w-8068 -w-8070 $(CPPFLAGS) \
$(CFLAGS)
WXREGEX_OBJECTS = \
$(OBJS)\wxregex_regcomp.obj \
$(OBJS)\wxregex_regexec.obj \