diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-10-26 05:43:30 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-10-26 05:43:30 +0000 |
| commit | 7a8fe27f56da9789df4bbbe0354321a7441599ca (patch) | |
| tree | e8f2b60f2356037d518f588352067908ac4a7043 /src/inkscape.cpp | |
| parent | punctuation (diff) | |
| download | inkscape-7a8fe27f56da9789df4bbbe0354321a7441599ca.tar.gz inkscape-7a8fe27f56da9789df4bbbe0354321a7441599ca.zip | |
Warning cleanup
(bzr r3962)
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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); |
