We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baef03b commit 3a32bc3Copy full SHA for 3a32bc3
tests/unittests/stream_resource_handler_unittest.cc
@@ -46,7 +46,7 @@ class ReadHandler : public CefReadHandler {
46
}
47
48
virtual size_t Read(void* ptr, size_t size, size_t n) OVERRIDE {
49
- EXPECT_EQ(1, size);
+ EXPECT_EQ(1U, size);
50
51
// Read the minimum of requested size, remaining size or kReadBlockSize.
52
const size_t read_bytes =
0 commit comments