WPrefs: Marked args as unused for compiler in signal handlers
commit63037bf42683abcf9b0472b02720e838cffd3b4c
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 1 Nov 2013 15:06:49 +0000 (1 16:06 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 1 Nov 2013 17:27:10 +0000 (1 15:27 -0200)
treea57582f69c632977c7015166fd6745de8cb38057
parentbc5985e824abb1dcf2f9aff640402b0d73d5afcb
WPrefs: Marked args as unused for compiler in signal handlers

When the process receive a signal, a callback function is used, which
means having a fixed argument list for that application function.

It is then correct to not use the argument, 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/main.c