WPrefs: Marked args as unused for compiler in WINGs callback code
commit066d0cdef7479f9b12f2a825949bd4ec2dae8fa9
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 1 Nov 2013 15:06:50 +0000 (1 16:06 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 1 Nov 2013 17:27:10 +0000 (1 15:27 -0200)
tree8202ed9e185c1de83a3a89123d4b25ae83b6a5a9
parent63037bf42683abcf9b0472b02720e838cffd3b4c
WPrefs: Marked args as unused for compiler in WINGs 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/Menu.c
WPrefs.app/Paths.c