You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/10/15 17:27:17 UTC

svn commit: r464212 - in /tomcat/connectors/trunk/jk/native/iis/pcre: dftables.c dftables.dsp

Author: mturk
Date: Sun Oct 15 08:27:17 2006
New Revision: 464212

URL: http://svn.apache.org/viewvc?view=rev&rev=464212
Log:
Revert /wd fix. We should use clean third party sources.

Modified:
    tomcat/connectors/trunk/jk/native/iis/pcre/dftables.c
    tomcat/connectors/trunk/jk/native/iis/pcre/dftables.dsp

Modified: tomcat/connectors/trunk/jk/native/iis/pcre/dftables.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/pcre/dftables.c?view=diff&rev=464212&r1=464211&r2=464212
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/pcre/dftables.c (original)
+++ tomcat/connectors/trunk/jk/native/iis/pcre/dftables.c Sun Oct 15 08:27:17 2006
@@ -46,11 +46,6 @@
 a function visible to the outside world, we make use of its code from here in
 order to be consistent. */
 
-#if defined(_MSC_VER) && _MSC_VER >= 1400
-#define _CRT_SECURE_NO_DEPRECATE
-#pragma warning(disable: 4996)
-#endif
-
 #include <ctype.h>
 #include <stdio.h>
 #include <string.h>

Modified: tomcat/connectors/trunk/jk/native/iis/pcre/dftables.dsp
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/pcre/dftables.dsp?view=diff&rev=464212&r1=464211&r2=464212
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/pcre/dftables.dsp (original)
+++ tomcat/connectors/trunk/jk/native/iis/pcre/dftables.dsp Sun Oct 15 08:27:17 2006
@@ -42,7 +42,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MD /W3 /O2 /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Release\dftables" /FD /c
-# ADD CPP /nologo /MD /W3 /O2 /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Release\dftables" /FD /c
+# ADD CPP /nologo /MD /W3 /wd:4996 /O2 /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Release\dftables" /FD /c
 # ADD BASE RSC /l 0x809 /d "NDEBUG"
 # ADD RSC /l 0x809 /d "NDEBUG"
 BSC32=bscmake.exe
@@ -68,7 +68,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Debug\dftables" /FD /c
-# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Debug\dftables" /FD /c
+# ADD CPP /nologo /MDd /W3 /wd:4996 /EHsc /Zi /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fd"Debug\dftables" /FD /c
 # ADD BASE RSC /l 0x809 /d "_DEBUG"
 # ADD RSC /l 0x809 /d "_DEBUG"
 BSC32=bscmake.exe



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org