Chromium Code Reviews
Descriptionclang/win: Fix build after https://codereview.chromium.org/1525263004/
Fixes
..\..\testing/gtest/include/gtest/gtest.h(1392,16) : error: comparison of
integers of different signs: 'const int' and 'const unsigned long'
[-Werror,-Wsign-compare]
if (expected == actual) {
~~~~~~~~ ^ ~~~~~~
..\..\content\common\cursors\webcursor_unittest.cc(301,3) : note: in
instantiation of function template specialization
'testing::internal::EqHelper<false>::Compare<int, unsigned long>' here
EXPECT_EQ(static_cast<int>(scaleFactor * hotspotX), windowsIconInfo.xHotspot);
BUG=82385, 567877, 161614
TBR=bsep@chromium.org
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|
|||||||||||||||||||