formatting
This commit is contained in:
parent
928636135b
commit
7e5f90d378
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user