avoid warning from boost geometry

Conflicts:
	plugins/input/geojson/geojson_datasource.hpp
This commit is contained in:
Dane Springmeyer 2014-08-24 15:58:44 -07:00
parent 6fe0f93e70
commit 7cb907e13f

View file

@ -35,6 +35,8 @@
// boost
#include <boost/optional.hpp>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-variable"
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/box.hpp>
#include <boost/geometry/geometries/geometries.hpp>
@ -45,6 +47,7 @@
#else
#include <boost/geometry/extensions/index/rtree/rtree.hpp>
#endif
#pragma clang diagnostic pop
// stl
#include <memory>