googletest/googlemock/test
Mark Mentovai 8b085f0d21 Fix warnings encountered in MSVC build of gtest/gmock tests
This fixes these warnings:

…\gtest\googletest\test\gtest-port_test.cc(78) : error C2220: warning treated as error - no 'object' file generated
…\gtest\googletest\test\gtest-port_test.cc(78) : warning C4309: 'static_cast' : truncation of constant value
…\gtest\googletest\test\gtest-port_test.cc(79) : warning C4309: 'static_cast' : truncation of constant value

…\gtest\googlemock\test\gmock-matchers_test.cc(2712) : error C2220: warning treated as error - no 'object' file generated
        …\gtest\googlemock\test\gmock-matchers_test.cc(2706) : while compiling class template member function 'testing::gmock_matchers_test::FloatingPointTest<float>::FloatingPointTest(void)'
        …\gtest\googlemock\test\gmock-matchers_test.cc(2896) : see reference to function template instantiation 'testing::gmock_matchers_test::FloatingPointTest<float>::FloatingPointTest(void)' being compiled
        …\gtest\googlemock\test\gmock-matchers_test.cc(2896) : see reference to class template instantiation 'testing::gmock_matchers_test::FloatingPointTest<float>' being compiled
…\gtest\googlemock\test\gmock-matchers_test.cc(2712) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2714) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2716) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2717) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2718) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2721) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
…\gtest\googlemock\test\gmock-matchers_test.cc(2723) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
2015-11-11 12:28:15 -05:00
..
gmock_all_test.cc
gmock_ex_test.cc
gmock_leak_test_.cc
gmock_leak_test.py
gmock_link_test.cc
gmock_link_test.h
gmock_link2_test.cc
gmock_output_test_.cc
gmock_output_test_golden.txt
gmock_output_test.py
gmock_stress_test.cc
gmock_test_utils.py
gmock_test.cc Fix the googlemock autotools build. 2015-09-17 08:33:43 -07:00
gmock-actions_test.cc googlemock: Support C++11 language with pre-C++11 library 2015-10-12 17:59:11 -04:00
gmock-cardinalities_test.cc
gmock-generated-actions_test.cc Googlemock has some tuples containing lvalue refs in its unit tests. 2015-09-07 22:32:56 -04:00
gmock-generated-function-mockers_test.cc
gmock-generated-internal-utils_test.cc
gmock-generated-matchers_test.cc
gmock-internal-utils_test.cc Include <memory> to use std::unique_ptr. 2015-09-08 02:46:25 -04:00
gmock-matchers_test.cc Fix warnings encountered in MSVC build of gtest/gmock tests 2015-11-11 12:28:15 -05:00
gmock-more-actions_test.cc Googlemock has some tuples containing lvalue refs in its unit tests. 2015-09-07 22:32:56 -04:00
gmock-nice-strict_test.cc
gmock-port_test.cc
gmock-spec-builders_test.cc