mirror of
https://github.com/boostorg/log.git
synced 2026-01-19 16:32:09 +00:00
Disabled warning C4003 on MSVC 8 (VS2005). The warning was caused by Boost.PP macros used in Boost.Fusion and as reported by Boost.PP maintainer cannot be worked around locally in the macro definition.
This commit is contained in:
@@ -16,6 +16,7 @@ project
|
||||
<toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated
|
||||
<toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration
|
||||
<toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration
|
||||
<toolset>msvc-8:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_IS_EMPTY and BOOST_PP_IS_BEGIN_PARENS whic are used by Fusion
|
||||
<toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS
|
||||
<toolset>intel-win:<define>_SCL_SECURE_NO_DEPRECATE
|
||||
<toolset>intel-win:<define>_CRT_SECURE_NO_WARNINGS
|
||||
|
||||
Reference in New Issue
Block a user