summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-12 05:22:17 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-12 05:22:17 +0200
commita0e9742796462879000dc770d43c9fb17c377680 (patch)
tree5da2805e96798a4924a21e8930a56da65168df0c /wear_ui.cpp
parentMerge "Add missing includes." (diff)
parentDrop -Wno-unused-parameter. (diff)
downloadandroid_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.gz
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.bz2
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.lz
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.xz
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.zst
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.zip
Diffstat (limited to 'wear_ui.cpp')
-rw-r--r--wear_ui.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp
index e2ee48804..ca6b1b102 100644
--- a/wear_ui.cpp
+++ b/wear_ui.cpp
@@ -150,8 +150,7 @@ void WearRecoveryUI::update_progress_locked() {
gr_flip();
}
-void WearRecoveryUI::SetStage(int current, int max) {
-}
+void WearRecoveryUI::SetStage(int /* current */, int /* max */) {}
void WearRecoveryUI::StartMenu(const char* const* headers, const char* const* items,
int initial_selection) {