2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

We are clean for C4003, reenable the warning

This commit is contained in:
Nikita Kniazev
2021-03-02 18:55:16 +03:00
parent 2096077943
commit 8e9bd6fa9d

View File

@@ -54,7 +54,6 @@ before_build:
toolset.flags msvc.compile OPTIONS <known-warnings>suppress :
-wd4244 # lit1.cpp(31): wchar_t to char truncation
-wd4996 # Call to 'std::copy' with parameters that may be unsafe
-wd4003 # Fusion adapt_adt: not enough actual parameters for macro
-wd4100 # unreferenced formal parameter
-wd4310 # cast truncates constant value
-wd4456 # declaration of 'varname' hides previous local declaration