WUtil: Marked args as unused for compiler in a callback functions
commit6dba612d58b2f48959a3a87528a3192e7f94f26c
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 19 Oct 2013 20:17:48 +0000 (19 22:17 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 19 Oct 2013 21:01:36 +0000 (19 18:01 -0300)
treee4549190f482b252fdfe1d4042452368ff2804a2
parent378a59f02e113923cde66612ca369667d8a8347c
WUtil: Marked args as unused for compiler in a callback functions

As callback have a fixed prototype, it can be 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>
WINGs/menuparser_macros.c
WINGs/proplist.c
WINGs/userdefaults.c