From 7a8fe27f56da9789df4bbbe0354321a7441599ca Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 26 Oct 2007 05:43:30 +0000 Subject: Warning cleanup (bzr r3962) --- src/inkscape.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/inkscape.cpp') diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 7e46efce6..8b84416aa 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -368,14 +368,14 @@ void inkscape_mapalt(guint maskvalue) } static void -inkscape_activate_desktop_private (Inkscape::Application *inkscape, SPDesktop *desktop) +inkscape_activate_desktop_private (Inkscape::Application */*inkscape*/, SPDesktop *desktop) { desktop->set_active (true); } static void -inkscape_deactivate_desktop_private (Inkscape::Application *inkscape, SPDesktop *desktop) +inkscape_deactivate_desktop_private (Inkscape::Application */*inkscape*/, SPDesktop *desktop) { desktop->set_active (false); } @@ -387,7 +387,7 @@ inkscape_deactivate_desktop_private (Inkscape::Application *inkscape, SPDesktop static void -inkscape_crash_handler (int signum) +inkscape_crash_handler (int /*signum*/) { using Inkscape::Debug::SimpleEvent; using Inkscape::Debug::EventTracker; @@ -1239,7 +1239,7 @@ inkscape_active_event_context (void) #####################*/ static bool -inkscape_init_config (Inkscape::XML::Document *doc, const gchar *config_name, const gchar *skeleton, +inkscape_init_config (Inkscape::XML::Document */*doc*/, const gchar *config_name, const gchar *skeleton, unsigned int skel_size, const gchar *e_mkdir, const gchar *e_notdir, @@ -1366,7 +1366,7 @@ inkscape_refresh_display (Inkscape::Application *inkscape) * saves the preferences if appropriate, and quits. */ void -inkscape_exit (Inkscape::Application *inkscape) +inkscape_exit (Inkscape::Application */*inkscape*/) { g_assert (INKSCAPE); -- cgit v1.2.3