From d78f5d900d43e53ea262298701402ca8a20aa5f5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 22 Nov 2015 23:37:07 +0100 Subject: [PATCH] Avoid an additional warning --- src/window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/window.c b/src/window.c index 858c12b..b31e912 100644 --- a/src/window.c +++ b/src/window.c @@ -326,6 +326,8 @@ static void _noteswindow_on_help_about(gpointer data) /* noteswindow_on_help_contents */ static void _noteswindow_on_help_contents(gpointer data) { + (void) data; + desktop_help_contents(PACKAGE, PROGNAME); } #endif