WPrefs: Marked args as unused for compiler in callback code
commitf8d9e4cd53f6cabcf4997a3a74692f33794395de
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 3 Nov 2013 13:38:03 +0000 (3 14:38 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:02 +0000 (30 18:11 +0000)
tree8b2315d54c16f17afcf63a6769c3d34289c321a0
parent5e9ebfea76b01a42a8c1049811ed7c031ff6a06f
WPrefs: Marked args as unused for compiler in callback code

The function is a callback, which means having a fixed argument list.

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>
Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
WPrefs.app/Menu.c