WPrefs: Marked args as unused for compiler in event callback code
commitbc5985e824abb1dcf2f9aff640402b0d73d5afcb
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 1 Nov 2013 15:06:48 +0000 (1 16:06 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 1 Nov 2013 17:27:10 +0000 (1 15:27 -0200)
tree63d129c311491047e103ae80f713feb2dcec8615
parentdd82c46335bbea64fe5767f8cff8ec571eb0db8f
WPrefs: 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>
WPrefs.app/Appearance.c
WPrefs.app/FontSimple.c
WPrefs.app/KeyboardShortcuts.c
WPrefs.app/Preferences.c
WPrefs.app/TexturePanel.c
WPrefs.app/WPrefs.c
WPrefs.app/WindowHandling.c
WPrefs.app/editmenu.c