Disable MS STL warnings.
authorScott Cantor <cantor.2@osu.edu>
Mon, 14 Nov 2011 15:01:01 +0000 (15:01 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 14 Nov 2011 15:01:01 +0000 (15:01 +0000)
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.