aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-more-matchers.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-04-05 14:41:16 -0400
committerGennadiy Civil <misterg@google.com>2018-04-05 14:41:16 -0400
commit7e5f90d3780d553cb86771141fb81349f3a63508 (patch)
tree7b51a311fc4d10972440e98e883703eb48d627cf /googlemock/include/gmock/gmock-more-matchers.h
parent928636135b28d05f8f6a90cc8c015b01d8c63e30 (diff)
downloadgoogletest-7e5f90d3780d553cb86771141fb81349f3a63508.tar.gz
googletest-7e5f90d3780d553cb86771141fb81349f3a63508.tar.bz2
googletest-7e5f90d3780d553cb86771141fb81349f3a63508.zip
formatting
Diffstat (limited to 'googlemock/include/gmock/gmock-more-matchers.h')
-rw-r--r--googlemock/include/gmock/gmock-more-matchers.h4
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)