Drop -Wno-unused-parameter.

The only one left is libedify. Will handle that in a separate CL.

Test: mmma bootable/recovery
Change-Id: I732a5f85229da90fd767bee2e46c5c95f529c396
This commit is contained in:
Tao Bao
2016-10-13 12:46:38 -07:00
parent 46d8a3b604
commit 99f0d9e52b
10 changed files with 62 additions and 49 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ int VrRecoveryUI::DrawHorizontalRule(int y) const {
return y + 4;
}
void VrRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const {
void VrRecoveryUI::DrawHighlightBar(int /* x */, int y, int /* width */, int height) const {
gr_fill(kMarginWidth + kStereoOffset, y, ScreenWidth() - kMarginWidth + kStereoOffset, y + height);
gr_fill(ScreenWidth() + kMarginWidth - kStereoOffset, y,
gr_fb_width() - kMarginWidth - kStereoOffset, y + height);