diff options
| author | Caolán McNamara <caolanm@redhat.com> | 2011-01-24 11:11:23 +0000 |
|---|---|---|
| committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-24 11:11:23 +0000 |
| commit | e1e800fa535fa54257aac571e41cb17b86f3e6dd (patch) | |
| tree | c9bc23eeea37c73becc67ce38eb51bb4952e46f8 | |
| parent | 03bb621a6bc3a309ec34ec41cca7671b3249bf93 (diff) | |
WaE: gcc 4.6.0 various warnings
| -rw-r--r-- | basegfx/source/polygon/b2dpolygon.cxx | 2 | ||||
| -rw-r--r-- | basegfx/source/range/b2drangeclipper.cxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolygon.cxx b/basegfx/source/polygon/b2dpolygon.cxx index f88069b386..4e578a90c3 100644 --- a/basegfx/source/polygon/b2dpolygon.cxx +++ b/basegfx/source/polygon/b2dpolygon.cxx @@ -257,6 +257,8 @@ class ControlVectorPair2D basegfx::B2DVector maNextVector; public: + ControlVectorPair2D() {} + const basegfx::B2DVector& getPrevVector() const { return maPrevVector; diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx index 978f31e103..674003f78f 100644 --- a/basegfx/source/range/b2drangeclipper.cxx +++ b/basegfx/source/range/b2drangeclipper.cxx @@ -600,7 +600,6 @@ namespace basegfx std::vector<B2DRange>::const_reverse_iterator aCurrRectR=rRanges.rbegin(); std::vector<B2VectorOrientation>::const_reverse_iterator aCurrOrientationR=rOrientations.rbegin(); const std::vector<B2DRange>::const_reverse_iterator aEndR=rRanges.rend(); - const std::vector<B2VectorOrientation>::const_reverse_iterator aEndOrientationR=rOrientations.rend(); while( aCurrRectR != aEndR ) { const B2DRectangle& rCurrRect( *aCurrRectR++ ); |
