Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d11145f7 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "libcommon_time_client: unused argument warning messages"

am: a9292e06

* commit 'a9292e06':
  libcommon_time_client: unused argument warning messages

Change-Id: Ib78b4946960dd049abed0320eae1210cd4775209
parents e03fe519 a9292e06
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@ CCHelper::~CCHelper() {
    }
    }
}
}


void CCHelper::CommonClockListener::onTimelineChanged(uint64_t timelineID) {
void CCHelper::CommonClockListener::onTimelineChanged(uint64_t /*timelineID*/) {
    // do nothing; listener is only really used as a token so the server can
    // do nothing; listener is only really used as a token so the server can
    // find out when clients die.
    // find out when clients die.
}
}