Loading media/common_time/cc_helper.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. } } Loading Loading
media/common_time/cc_helper.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. } } Loading