aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/libkvihelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/libkvihelp.cpp')
-rw-r--r--src/modules/help/libkvihelp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp
index 556eb96f1..266fe2f9c 100644
--- a/src/modules/help/libkvihelp.cpp
+++ b/src/modules/help/libkvihelp.cpp
@@ -198,7 +198,7 @@ static bool help_module_init(KviModule * m)
return true;
}
-static bool help_module_cleanup(KviModule *m)
+static bool help_module_cleanup(KviModule *)
{
if(g_pDocIndex) delete g_pDocIndex;
while(g_pHelpWidgetList->first())delete g_pHelpWidgetList->first();
@@ -210,7 +210,7 @@ static bool help_module_cleanup(KviModule *m)
return true;
}
-static bool help_module_can_unload(KviModule *m)
+static bool help_module_can_unload(KviModule *)
{
return (g_pHelpWidgetList->isEmpty() && g_pHelpWindowList->isEmpty());
}