summaryrefslogtreecommitdiffstats
path: root/src/dialogs/debugdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/debugdialog.cpp')
-rw-r--r--src/dialogs/debugdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/debugdialog.cpp b/src/dialogs/debugdialog.cpp
index e90f0a419..42bf96050 100644
--- a/src/dialogs/debugdialog.cpp
+++ b/src/dialogs/debugdialog.cpp
@@ -245,8 +245,8 @@ void DebugDialog::showInstance()
/*##### THIS IS THE IMPORTANT PART ##### */
-void dialogLoggingFunction(const gchar *log_domain,
- GLogLevelFlags log_level,
+void dialogLoggingFunction(const gchar */*log_domain*/,
+ GLogLevelFlags /*log_level*/,
const gchar *messageText,
gpointer user_data)
{