WINGs: Marked args as unused for compiler in Notification callback code
commitfed1bf4de34aecda481adfff9335929a301cc175
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 19 Oct 2013 20:17:51 +0000 (19 22:17 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 19 Oct 2013 21:01:36 +0000 (19 18:01 -0300)
treed27c6ae9988755b0656fb00c2ecc0b6d7869348a
parent58961dce72a9c257b8eb24ee781824af9ae9d284
WINGs: Marked args as unused for compiler in Notification callback code

The mechanism of Notifications in the WINGs toolkit is relying on
callbacks to dispatch notifications, which means having a fixed argument
list for the handling 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>
WINGs/wcolorpanel.c
WINGs/wlist.c
WINGs/wslider.c
WINGs/wsplitview.c
WINGs/wtextfield.c
WINGs/wwindow.c