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

The WINGs toolkit dispatch events on widgets using callbacks, 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/wbrowser.c
WINGs/wcolorpanel.c
WINGs/wfilepanel.c
WINGs/wfontpanel.c
WINGs/wtext.c