"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "9ba29fae92ac7c4a0ac5a63b3ea4d623c7c2023b"
Commit e4ab316c authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

more msvc
parent 1944bc0f
...@@ -32,10 +32,11 @@ ...@@ -32,10 +32,11 @@
// This file tests the built-in matchers generated by a script. // This file tests the built-in matchers generated by a script.
// Silence warning C4244: 'initializing': conversion from 'int' to 'short', // Silence warning C4244: 'initializing': conversion from 'int' to 'short',
// possible loss of data // possible loss of data C4100: : unreferenced formal parameter
#ifdef _MSC_VER #ifdef _MSC_VER
# pragma warning(push) # pragma warning(push)
# pragma warning(disable:4244) # pragma warning(disable:4244)
# pragma warning(disable:4100)
#endif #endif
#include "gmock/gmock-generated-matchers.h" #include "gmock/gmock-generated-matchers.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment