wmaker: Marked args as unused for compiler in process death handlers
commit7c02d5f1c5e4edcc22869d68930f174368d661bb
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 13 Oct 2013 20:44:13 +0000 (13 22:44 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 13 Oct 2013 22:03:23 +0000 (13 23:03 +0100)
treebdd638edf99010e37f8c4f5867b56bc374b59459
parentbd77216edfa6e36cc332554c01d778c022caae8c
wmaker: Marked args as unused for compiler in process death handlers

When a sub-process terminate, the function to process that event is
defined using a callback mechanism, which means having a fixed argument
list for that application function.

It is then correct to not use all the arguments, 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
src/main.c