avoid clang++ compiler warnings with -pedanic

This commit is contained in:
Dane Springmeyer 2011-04-01 05:32:25 +00:00
parent 6517f52dcf
commit 7181f631e8
4 changed files with 4 additions and 4 deletions

View file

@ -188,6 +188,6 @@ private:
angle_mode_e angle_mode_;
};
}; // end mapnik namespace
} // end mapnik namespace
#endif

View file

@ -135,6 +135,6 @@ typedef boost::shared_ptr<metawriter> metawriter_ptr;
/** Metawriter object + properties. */
typedef std::pair<metawriter_ptr, metawriter_properties> metawriter_with_properties;
};
}
#endif

View file

@ -202,7 +202,7 @@ private:
void split_box(box2d<double> const& node_extent,box2d<double> * ext)
{
coord2d c=node_extent.center();
//coord2d c=node_extent.center();
double width=node_extent.width();
double height=node_extent.height();

View file

@ -32,4 +32,4 @@ class Map;
MAPNIK_DECL double scale_denominator(Map const& map, bool geographic);
}
#endif // MAPNIK_SCALE_DENOMINATOR_HPP
#endif // MAPNIK_SCALE_DENOMINATOR_HPP