silence boost geometry warnings [skip ci]
This commit is contained in:
parent
a3db323205
commit
bf92a90648
1 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,8 @@
|
|||
#define MAPNIK_GEOMETRY_ADAPTERS_HPP
|
||||
|
||||
// undef B0 to workaround https://svn.boost.org/trac/boost/ticket/10467
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-local-typedef"
|
||||
#undef B0
|
||||
#include <boost/geometry.hpp>
|
||||
#include <boost/geometry/geometries/register/point.hpp>
|
||||
|
@ -34,7 +36,8 @@
|
|||
#include <boost/geometry/core/mutable_range.hpp>
|
||||
#include <boost/geometry/core/tag.hpp>
|
||||
#include <boost/geometry/core/tags.hpp>
|
||||
//
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include <mapnik/geometry.hpp>
|
||||
#include <mapnik/box2d.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue