]> git.saurik.com Git - wxWidgets.git/commitdiff
supress warnings in regex
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 18 Jan 2004 10:03:09 +0000 (10:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 18 Jan 2004 10:03:09 +0000 (10:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/regex.bkl
build/msw/makefile.bcc

index 29fea0824441d1e2805186471e98844b2b2dfedb..049d830b0b7b9d49262e842e8948ce5cda2e16b1 100644 (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
index e5f34c2b6def10f9b18661261a469cae4be3e944..4d208183610bba7a9de4873482c09806bd873bf8 100644 (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 \