Do not define _SCL_SECURE_NO_WARNINGS or _CRT_SECURE_NO_WARNINGS if already defined (such as on the command line), plus related cleanups.

This commit is contained in:
Beman
2014-12-10 10:26:49 -05:00
parent 66a7a0bfac
commit dcde9463fc
13 changed files with 37 additions and 27 deletions
-3
View File
@@ -9,9 +9,6 @@
//----------------------------------------------------------------------------//
#define _CRT_SECURE_NO_DEPRECATE // quiet VC++ 8.0 foolishness
#define _SCL_SECURE_NO_WARNINGS
#include <boost/endian/detail/disable_warnings.hpp>
#include <iostream>