-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Open
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocoltestIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
In file included from ../../test/cctest/inspector/test_network_requests_buffer.cc:1:
../../deps/googletest/include/gtest/gtest.h:1394:11: warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
1394 | if (lhs == rhs) {
| ~~~ ^ ~~~
../../deps/googletest/include/gtest/gtest.h:1413:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ<unsigned long, int>' requested here
1413 | return CmpHelperEQ(lhs_expression, rhs_expression, lhs, rhs);
| ^
../../test/cctest/inspector/test_network_requests_buffer.cc:171:5: note: in instantiation of function template specialization 'testing::internal::EqHelper::Compare<unsigned long, int, nullptr>' requested here
171 | EXPECT_EQ(buffer.total_buffer_size(), 15);
| ^
../../deps/googletest/include/gtest/gtest.h:1888:54: note: expanded from macro 'EXPECT_EQ'
1888 | EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2)
| ^
1 warning generated.
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocoltestIssues and PRs related to the tests.Issues and PRs related to the tests.