summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-04-06 15:26:12 (GMT)
committerGennadiy Civil <misterg@google.com>2018-04-06 15:26:12 (GMT)
commitcb13dc759c4697becda3b2ede7f3ba3e5c2765f2 (patch)
treea236211d995ecfcc0b738cf069a3e8b0ff61544b /googletest/include/gtest
parentd9f3611a227cf51eb8028b07e58ba330d3a04092 (diff)
downloadgoogletest-cb13dc759c4697becda3b2ede7f3ba3e5c2765f2.zip
googletest-cb13dc759c4697becda3b2ede7f3ba3e5c2765f2.tar.gz
googletest-cb13dc759c4697becda3b2ede7f3ba3e5c2765f2.tar.bz2
more warnings
Diffstat (limited to 'googletest/include/gtest')
-rw-r--r--googletest/include/gtest/gtest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index 3de5fca..cbab121 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -86,6 +86,7 @@ namespace testing {
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:4100)
+# pragma warning(disable:4805)
#endif