Disable MS STL warnings.
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 14 Nov 2011 15:01:01 +0000 (15:01 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 14 Nov 2011 15:01:01 +0000 (15:01 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@913 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/internal.h

index caf1be0..c486b10 100644 (file)
@@ -28,6 +28,7 @@
 #ifdef WIN32
 # define _CRT_SECURE_NO_DEPRECATE 1
 # define _CRT_NONSTDC_NO_DEPRECATE 1
+# define _SCL_SECURE_NO_WARNINGS 1
 #endif
 
 // Export public APIs.