suppress -Wshadow warning from ogr
This commit is contained in:
parent
e424ef1d77
commit
8e6e74dfa2
1 changed files with 3 additions and 0 deletions
|
@ -25,9 +25,12 @@
|
|||
#include <mapnik/geometry.hpp>
|
||||
|
||||
// ogr
|
||||
#pragma GCC diagnostic push
|
||||
#include <mapnik/warning_ignore.hpp>
|
||||
#include "ogr_converter.hpp"
|
||||
#include <ogr_core.h>
|
||||
#include <ogr_geometry.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
mapnik::geometry::geometry<double> ogr_converter::convert_geometry(OGRGeometry* ogr_geom)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue