diff options
| author | Gennadiy Civil <misterg@google.com> | 2018-04-05 14:41:16 -0400 | 
|---|---|---|
| committer | Gennadiy Civil <misterg@google.com> | 2018-04-05 14:41:16 -0400 | 
| commit | 7e5f90d3780d553cb86771141fb81349f3a63508 (patch) | |
| tree | 7b51a311fc4d10972440e98e883703eb48d627cf | |
| parent | 928636135b28d05f8f6a90cc8c015b01d8c63e30 (diff) | |
| download | googletest-7e5f90d3780d553cb86771141fb81349f3a63508.tar.gz googletest-7e5f90d3780d553cb86771141fb81349f3a63508.tar.bz2 googletest-7e5f90d3780d553cb86771141fb81349f3a63508.zip  | |
formatting
| -rw-r--r-- | googlemock/include/gmock/gmock-more-matchers.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/include/gmock/gmock-more-matchers.h b/googlemock/include/gmock/gmock-more-matchers.h index bbfac0de..01298cfa 100644 --- a/googlemock/include/gmock/gmock-more-matchers.h +++ b/googlemock/include/gmock/gmock-more-matchers.h @@ -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)  | 
