[ 0%] Built target pch [ 1%] Built target inputcommon [ 2%] Built target bdisasm [ 4%] Built target png [ 56%] Built target wx [ 56%] Built target sfml-network [ 64%] Built target polarssl [ 64%] Built target SOIL [ 64%] Built target gtest [ 67%] Built target common [ 70%] Built target videosoftware [ 71%] Built target videoogl [ 77%] Built target videocommon [100%] Built target core Scanning dependencies of target MMIOTest [100%] Building CXX object Source/UnitTests/Core/CMakeFiles/Tests/MMIOTest.dir/MMIOTest.cpp.o In file included from /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/Source/UnitTests/Core/MMIOTest.cpp:2: /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1448:16: warning: comparison of integers of different signs: 'const int' and 'const unsigned int' [-Wsign-compare] if (expected == actual) { ~~~~~~~~ ^ ~~~~~~ /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1484:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ' requested here return CmpHelperEQ(expected_expression, actual_expression, expected, ^ /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/Source/UnitTests/Core/MMIOTest.cpp:71:51: note: in instantiation of function template specialization 'testing::internal::EqHelper::Compare' requested here u32 val32; m_mapping->Read(0xCC001234, &val32); EXPECT_EQ(i, val32); ^ /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1978:23: note: expanded from macro 'EXPECT_EQ' EXPECT_PRED_FORMAT2(::testing::internal:: \ ^ /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:162:23: note: expanded from macro 'EXPECT_PRED_FORMAT2' GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) ^ /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:147:17: note: expanded from macro 'GTEST_PRED_FORMAT2_' GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ ^ /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from macro 'GTEST_ASSERT_' if (const ::testing::AssertionResult gtest_ar = (expression)) \ ^ 1 warning generated. Linking CXX executable ../../../Binaries/Tests/MMIOTest [100%] Built target Tests/MMIOTest Test project /Users/selfnet/Documents/dolphin-emu/release-osx-x64/build/build Start 1: MMIOTest 1/1 Test #1: MMIOTest ......................... Passed 0.50 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.57 sec [100%] Built target unittests