[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/internal.h

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 14 15:01:01 GMT 2011


Author: scantor
Date: Mon Nov 14 15:01:01 2011
New Revision: 913

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=913&view=rev
Log:
Disable MS STL warnings.

Modified:
    branches/REL_1/xmltooling/internal.h

Modified: branches/REL_1/xmltooling/internal.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/internal.h?rev=913&r1=912&r2=913&view=diff
==============================================================================
--- branches/REL_1/xmltooling/internal.h (original)
+++ branches/REL_1/xmltooling/internal.h Mon Nov 14 15:01:01 2011
@@ -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.



More information about the commits mailing list