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 2012/03/09 09:18:43 UTC

svn commit: r1298742 - /tomcat/jk/trunk/native/iis/pcre/config.hw

Author: mturk
Date: Fri Mar  9 08:18:42 2012
New Revision: 1298742

URL: http://svn.apache.org/viewvc?rev=1298742&view=rev
Log:
Silent size_t -> int warnings for win64

Modified:
    tomcat/jk/trunk/native/iis/pcre/config.hw

Modified: tomcat/jk/trunk/native/iis/pcre/config.hw
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/pcre/config.hw?rev=1298742&r1=1298741&r2=1298742&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/pcre/config.hw (original)
+++ tomcat/jk/trunk/native/iis/pcre/config.hw Fri Mar  9 08:18:42 2012
@@ -104,4 +104,9 @@ Makefile (use --disable-stack-for-recurs
 
 /* #define NO_RECURSE */
 
+#if defined(_MSC_VER) && _MSC_VER >= 1200
+#pragma warning(disable: 4244)
+#pragma warning(disable: 4267)
+#endif
+
 /* End */



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