deal with MSVC warn, cont 1

This commit is contained in:
Gennadiy Civil 2018-04-06 10:24:49 -04:00
parent 50c0bcd7e3
commit eb3e4aac2e

View File

@ -52,8 +52,7 @@ namespace internal {
// C4805('==': unsafe mix of type 'const int' and type 'const bool')
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:4100)
# pragma warning(disable:C4805)
# pragma warning(disable: 4100 C4805)
#endif
// Joins a vector of strings as if they are fields of a tuple; returns