Suppress more warnings and disable the -Wno-uninitialized suppression

This commit is contained in:
Antony Polukhin
2017-02-19 12:32:20 +03:00
parent c759ce3141
commit c2f055ee5d
3 changed files with 20 additions and 4 deletions

View File

@@ -4,6 +4,9 @@
// (See the accompanying file LICENSE_1_0.txt
// or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
#ifdef BOOST_MSVC
# pragma warning(disable: 4512) // generic_stringize.cpp(37) : warning C4512: 'stringize_functor' : assignment operator could not be generated
#endif
//[lexical_cast_stringize
/*`