vcl/source/app/scheduler.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 7b6fd31c6540a95552d7e5f6a90a97eb72f5d58a Author: Tor Lillqvist <t...@collabora.com> Date: Tue Jan 12 11:03:11 2016 +0200 No need to name unused parameters Change-Id: I982a67f1e5279aa18131f99f4a8ba5c5c2c005a7 diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx index 4586a7e..e5121d7 100644 --- a/vcl/source/app/scheduler.cxx +++ b/vcl/source/app/scheduler.cxx @@ -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 ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits