fixing MSVC

This commit is contained in:
Gennadiy Civil
2018-04-06 16:31:11 -04:00
parent 5fe8de5ded
commit 2d4d4ef739
2 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ namespace testing {
# pragma warning(push)
# pragma warning(disable:4100)
#if (_MSC_VER == 1900)
// and silence C4800 (C4800: 'int *const ': forcing value
// to bool 'true' or 'false') for MSVC 14
# pragma warning(disable:4800)
#endif
#endif