formatting

This commit is contained in:
Gennadiy Civil 2018-04-05 14:41:16 -04:00
parent 928636135b
commit 7e5f90d378

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)