message.c: avoid a compilation warning
This commit is contained in:
parent
c940e3df16
commit
6e44869ddf
|
@ -143,6 +143,8 @@ static int _message(unsigned int timeout, char const * stock,
|
||||||
/* message_on_timeout */
|
/* message_on_timeout */
|
||||||
static gboolean _message_on_timeout(gpointer data)
|
static gboolean _message_on_timeout(gpointer data)
|
||||||
{
|
{
|
||||||
|
(void) data;
|
||||||
|
|
||||||
gtk_main_quit();
|
gtk_main_quit();
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user