diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-02 08:26:17 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-02 08:26:17 +0000 |
| commit | 122894f12a4f8214207f533ed26569fbab5ac9f7 (patch) | |
| tree | 1b989255a12c84a5a69e47b11eb426f6620a5234 /src/sp-image.cpp | |
| parent | Dutch translation update (diff) | |
| download | inkscape-122894f12a4f8214207f533ed26569fbab5ac9f7.tar.gz inkscape-122894f12a4f8214207f533ed26569fbab5ac9f7.zip | |
Warning cleanup.
(bzr r10655)
Diffstat (limited to 'src/sp-image.cpp')
| -rw-r--r-- | src/sp-image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-image.cpp b/src/sp-image.cpp index 1bfcc90e5..46969897f 100644 --- a/src/sp-image.cpp +++ b/src/sp-image.cpp @@ -1062,7 +1062,7 @@ static Inkscape::XML::Node *sp_image_write( SPObject *object, Inkscape::XML::Doc return repr; } -static Geom::OptRect sp_image_bbox( SPItem const *item,Geom::Affine const &transform, SPItem::BBoxType type ) +static Geom::OptRect sp_image_bbox( SPItem const *item,Geom::Affine const &transform, SPItem::BBoxType /*type*/ ) { SPImage const &image = *SP_IMAGE(item); Geom::OptRect bbox; |
