From: Scott Cantor Date: Mon, 14 Nov 2011 15:01:01 +0000 (+0000) Subject: Disable MS STL warnings. X-Git-Tag: 1.5.0~78 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=e564846a4df79a2ca472412aa8466c5f4eb1b78b Disable MS STL warnings. --- diff --git a/xmltooling/internal.h b/xmltooling/internal.h index caf1be0..c486b10 100644 --- a/xmltooling/internal.h +++ b/xmltooling/internal.h @@ -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.