diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-11-08 07:35:44 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-11-08 07:35:44 +0000 |
| commit | d08af17faef48441390db53bc6e225ae6eae6b19 (patch) | |
| tree | d945b4cf97cc7acda9cede8f9324dda96a909977 /src/sp-shape.cpp | |
| parent | attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ... (diff) | |
| download | inkscape-d08af17faef48441390db53bc6e225ae6eae6b19.tar.gz inkscape-d08af17faef48441390db53bc6e225ae6eae6b19.zip | |
warning cleanup
(bzr r4043)
Diffstat (limited to 'src/sp-shape.cpp')
| -rw-r--r-- | src/sp-shape.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index ddec7aecc..8a34266aa 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -842,7 +842,7 @@ sp_shape_print (SPItem *item, SPPrintContext *ctx) * Sets style, path, and paintbox. Updates marker views, including dimensions. */ static NRArenaItem * -sp_shape_show (SPItem *item, NRArena *arena, unsigned int key, unsigned int flags) +sp_shape_show (SPItem *item, NRArena *arena, unsigned int /*key*/, unsigned int /*flags*/) { SPObject *object = SP_OBJECT(item); SPShape *shape = SP_SHAPE(item); @@ -978,7 +978,7 @@ sp_shape_marker_release (SPObject *marker, SPShape *shape) * No-op. Exists for handling 'modified' messages */ static void -sp_shape_marker_modified (SPObject *marker, guint flags, SPItem *item) +sp_shape_marker_modified (SPObject */*marker*/, guint /*flags*/, SPItem */*item*/) { /* I think mask does update automagically */ /* g_warning ("Item %s mask %s modified", SP_OBJECT_ID (item), SP_OBJECT_ID (mask)); */ @@ -1185,7 +1185,7 @@ lpeobject_ref_changed(SPObject *old_ref, SPObject *ref, SPShape *shape) * Gets called when lpeobject repr contents change: i.e. parameter change. */ static void -lpeobject_ref_modified(SPObject *href, guint flags, SPShape *shape) +lpeobject_ref_modified(SPObject */*href*/, guint /*flags*/, SPShape *shape) { sp_shape_update_patheffect (shape, true); } |
