formatting

This commit is contained in:
Gennadiy Civil 2018-04-05 14:41:16 -04:00
parent 72faea54fd
commit 2c7d681681

View File

@ -43,8 +43,8 @@
namespace testing {
// The macros trigger warning C4100 (unreferenced formal
// parameter) in MSVC with -W4.
// Silence C4100 (unreferenced formal
// parameter) for MSVC
#ifdef _MSC_VER
# pragma warning(disable:4100)
#if (_MSC_VER == 1900)