mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Bug 1063847: Use 1u instead of 1 in EXPECT_EQ macro, to fix Wsign-compare build warning in TestAsyncPanZoomController.cpp. r=botond
This commit is contained in:
parent
702384684c
commit
f69c1aae22
@ -1481,7 +1481,7 @@ protected:
|
||||
}
|
||||
|
||||
static TestAsyncPanZoomController* ApzcOf(Layer* aLayer) {
|
||||
EXPECT_EQ(1, aLayer->GetFrameMetricsCount());
|
||||
EXPECT_EQ(1u, aLayer->GetFrameMetricsCount());
|
||||
return (TestAsyncPanZoomController*)aLayer->GetAsyncPanZoomController(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user