ninja: Entering directory `out/gn' [1/5] CXX obj/llvm/unittests/Support/SupportTests.MathExtrasTest.o In file included from ../../llvm/unittests/Support/MathExtrasTest.cpp:10: ../../third-party/unittest/googletest/include/gtest/gtest.h:1379:11: warning: comparison of integers of different signs: 'const int' and 'const unsigned long' [-Wsign-compare] if (lhs == rhs) { ~~~ ^ ~~~ ../../third-party/unittest/googletest/include/gtest/gtest.h:1398:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ' requested here return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs); ^ ../../llvm/unittests/Support/MathExtrasTest.cpp:80:3: note: in instantiation of function template specialization 'testing::internal::EqHelper::Compare' requested here EXPECT_EQ(0, maxUIntN(0)); ^ ../../third-party/unittest/googletest/include/gtest/gtest.h:1869:54: note: expanded from macro 'EXPECT_EQ' EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2) ^ 1 warning generated. [2/5] LINK obj/llvm/unittests/Support/SupportTests [3/5] STAMP obj/llvm/unittests/unittests.stamp [4/5] STAMP obj/llvm/test/test.stamp [5/5] STAMP obj/default.stamp