Kaydet (Commit) 7b6fd31c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No need to name unused parameters

Change-Id: I982a67f1e5279aa18131f99f4a8ba5c5c2c005a7
üst eee8f604
......@@ -159,10 +159,9 @@ void InitSystemTimer(ImplSVData* pSVData)
}
void Scheduler::CallbackTaskScheduling(bool ignore)
void Scheduler::CallbackTaskScheduling(bool)
{
// this function is for the saltimer callback
(void)ignore;
Scheduler::ProcessTaskScheduling( false );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment