aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--googlemock/test/gmock-generated-matchers_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-generated-matchers_test.cc b/googlemock/test/gmock-generated-matchers_test.cc
index 9190522b..85108558 100644
--- a/googlemock/test/gmock-generated-matchers_test.cc
+++ b/googlemock/test/gmock-generated-matchers_test.cc
@@ -35,7 +35,7 @@
// possible loss of data
#ifdef _MSC_VER
# pragma warning(push)
-# pragma warning(disable:C4244)
+# pragma warning(disable:4244)
#endif
#include "gmock/gmock-generated-matchers.h"