wmaker: Marked args as unused for compiler in signal handlers
commit3ba54ed0d6da517e08858f9592c034f14a7d348f
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 13 Oct 2013 20:44:14 +0000 (13 22:44 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 13 Oct 2013 22:03:24 +0000 (13 23:03 +0100)
treebdc857d0d5f68a09879bb05d75b49629035a4207
parent7c02d5f1c5e4edcc22869d68930f174368d661bb
wmaker: Marked args as unused for compiler in signal handlers

When the process receive a signal, a callback function is used, 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/startup.c