summaryrefslogtreecommitdiffstats
path: root/src/helper/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/action.cpp')
-rw-r--r--src/helper/action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/action.cpp b/src/helper/action.cpp
index 3eb881300..532078a3d 100644
--- a/src/helper/action.cpp
+++ b/src/helper/action.cpp
@@ -157,7 +157,7 @@ public:
\param data ignored
*/
void
-sp_action_perform (SPAction *action, void * data)
+sp_action_perform (SPAction *action, void * /*data*/)
{
g_return_if_fail (action != NULL);
g_return_if_fail (SP_IS_ACTION (action));