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

Commit 5687bf50 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Glenn Kasten
Browse files

libcommon_time_client: unused argument warning messages

Change-Id: Ieba62bd4092f01c32bd7cbb5e3ee445e0c7d6b1b
parent bf1e74ed
Loading
Loading
Loading
Loading
+1 −1
Original line number 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
    // find out when clients die.
}