wmaker: Marked arg as unused for compiler in callback code
commit30fd8a1f75dac7829bdaf54c70905320600845aa
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 13 Oct 2013 13:41:59 +0000 (13 15:41 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 13 Oct 2013 20:38:42 +0000 (13 21:38 +0100)
tree7fda0669318c39d6a429f29f4bf302274f5052ac
parent1b2f3c0431a93d9008a55d76d24dfd30d6879123
wmaker: Marked arg as unused for compiler in callback code

As a callback function has a fixed prototype, it is not an error to have
some arguments unused, but we need to let the compiler about it to avoid
spurious messages that would hide real cases.

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