diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-10-22 21:17:47 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-10-25 00:36:24 +0200 |
commit | d0514ba8064513864469906b19d1c055e6c3b481 (patch) | |
tree | 9ebd80e948650b21e0432b87bdb4ac3fa94f2f93 /gui/object.cpp | |
parent | fix build in Omni 4.4 (diff) | |
download | android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.gz android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.bz2 android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.lz android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.xz android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.tar.zst android_bootable_recovery-d0514ba8064513864469906b19d1c055e6c3b481.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/object.cpp b/gui/object.cpp index eae56e644..206f2c726 100644 --- a/gui/object.cpp +++ b/gui/object.cpp @@ -141,7 +141,7 @@ bool GUIObject::isConditionValid() return !mConditions.empty(); } -int GUIObject::NotifyVarChange(const std::string& varName, const std::string& value) +int GUIObject::NotifyVarChange(const std::string& varName, const std::string& value __unused) { mConditionsResult = UpdateConditions(mConditions, varName); return 0; |