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

To have an easy-to-maintain code, the configuration loading function is
using a lot off callbacks, which means having a fixed argument list.

It is then correct to not use all of them in all case, 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