summaryrefslogtreecommitdiffstats
path: root/src/dialogs/debugdialog.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-11-25 08:46:19 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-11-25 08:46:19 +0000
commited8752817b2f935fc51a00e167e2f21e583194b8 (patch)
tree6be763af98fe17e22aff5d45ad84a3c0b5a2b566 /src/dialogs/debugdialog.cpp
parentImplemented per-monitor display adjustment via XICC (diff)
downloadinkscape-ed8752817b2f935fc51a00e167e2f21e583194b8.tar.gz
inkscape-ed8752817b2f935fc51a00e167e2f21e583194b8.zip
Warning cleanup
(bzr r4133)
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)
{