summaryrefslogtreecommitdiff
path: root/boost/log/detail/header.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/log/detail/header.hpp')
-rw-r--r--boost/log/detail/header.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/log/detail/header.hpp b/boost/log/detail/header.hpp
index f7cf75d557..95984ff402 100644
--- a/boost/log/detail/header.hpp
+++ b/boost/log/detail/header.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@@ -42,6 +42,8 @@
#pragma warning(disable: 4456)
// declaration of 'A' hides global declaration
#pragma warning(disable: 4459)
+// 'X': This function or variable may be unsafe. Consider using Y instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
+#pragma warning(disable: 4996)
#elif defined(__GNUC__) && !(defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC)) \
&& (__GNUC__ * 100 + __GNUC_MINOR__) >= 406