WPrefs: Marked args as unused for compiler in Notification callback code
commit66f6817966aefc9d2091777b2a37616fbd60b2db
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 1 Nov 2013 15:06:46 +0000 (1 16:06 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 1 Nov 2013 17:27:10 +0000 (1 15:27 -0200)
tree24d644d8da3fff5a13b9f1258822741e0d32ffbf
parentcd78f11abc4f3d3f47d96c168a336ad796853c91
WPrefs: 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>
WPrefs.app/Appearance.c
WPrefs.app/Focus.c
WPrefs.app/KeyboardShortcuts.c
WPrefs.app/MouseSettings.c
WPrefs.app/TexturePanel.c
WPrefs.app/editmenu.c