diff options
author | Gennadiy Civil <misterg@google.com> | 2018-04-06 11:26:12 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-04-06 11:26:12 -0400 |
commit | cb13dc759c4697becda3b2ede7f3ba3e5c2765f2 (patch) | |
tree | a236211d995ecfcc0b738cf069a3e8b0ff61544b | |
parent | d9f3611a227cf51eb8028b07e58ba330d3a04092 (diff) | |
download | googletest-cb13dc759c4697becda3b2ede7f3ba3e5c2765f2.tar.gz googletest-cb13dc759c4697becda3b2ede7f3ba3e5c2765f2.tar.bz2 googletest-cb13dc759c4697becda3b2ede7f3ba3e5c2765f2.zip |
more warnings
-rw-r--r-- | googletest/include/gtest/gtest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h index 3de5fca4..cbab121a 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 |