Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2020-01-17 07:00:00 +01:00
parent df80a94379
commit 8baf463df0

View File

@ -39,6 +39,8 @@ gboolean on_closex(gpointer data)
/* on_contents */ /* on_contents */
void on_contents(gpointer data) void on_contents(gpointer data)
{ {
(void) data;
desktop_help_contents(PACKAGE, PROGNAME_PDFVIEWER); desktop_help_contents(PACKAGE, PROGNAME_PDFVIEWER);
} }