wmaker: Marked args as unused for compiler in menu callback code
commit9330ddf946ed18d955593e866382a74d0b1f42a8
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 13 Oct 2013 20:44:04 +0000 (13 22:44 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 13 Oct 2013 22:00:19 +0000 (13 23:00 +0100)
tree7db9a802cfd2ead3640df06cad36df591cc01fb0
parentadb936e9f235c2f92f4a88de840db2fe2478ff8e
wmaker: Marked args as unused for compiler in menu callback code

When an entry of a menu is selected, the appropriate action is triggered
using a callback, which means having a fixed argument list for that
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/appicon.c
src/appmenu.c
src/dock.c
src/rootmenu.c
src/switchmenu.c
src/winmenu.c
src/workspace.c