Commit 7e5f90d3 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

formatting
parent 92863613
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
namespace testing { namespace testing {
// The macros trigger warning C4100 (unreferenced formal // Silence C4100 (unreferenced formal
// parameter) in MSVC with -W4. // parameter) for MSVC
#ifdef _MSC_VER #ifdef _MSC_VER
# pragma warning(disable:4100) # pragma warning(disable:4100)
#if (_MSC_VER == 1900) #if (_MSC_VER == 1900)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment