wmaker: Marked arg as unused for compiler in Timer handler
commit6909ee09769def14c3baa44a1ef970ceb5cc301e
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 1 Nov 2013 15:06:51 +0000 (1 16:06 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 1 Nov 2013 17:27:10 +0000 (1 15:27 -0200)
tree25acb6ad9087c1e4cddd12f77a452567380dfc7e
parent066d0cdef7479f9b12f2a825949bd4ec2dae8fa9
wmaker: Marked arg as unused for compiler in Timer handler

The timers proposed by WINGs toolkit are handled with a callback function,
which means having a fixed argument list for that application function.

It is then correct to not use the argument, so this patch adds the
appropriate stuff to avoid a false report from compiler.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/defaults.c