suppress more third party warnings
This commit is contained in:
parent
9dd07fd40b
commit
c715b142ec
4 changed files with 17 additions and 4 deletions
|
@ -24,8 +24,11 @@
|
|||
#include <mapnik/wkt/wkt_generator_grammar.hpp>
|
||||
#include <mapnik/util/spirit_transform_attribute.hpp>
|
||||
#include <mapnik/geometry_fusion_adapted.hpp>
|
||||
// boost
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#include <mapnik/warning_ignore.hpp>
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
namespace mapnik { namespace wkt {
|
||||
|
||||
|
|
|
@ -22,12 +22,16 @@
|
|||
|
||||
#include <mapnik/wkt/wkt_grammar.hpp>
|
||||
#include <mapnik/geometry_fusion_adapted.hpp>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#include <mapnik/warning_ignore.hpp>
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/spirit/include/phoenix_core.hpp>
|
||||
#include <boost/spirit/include/phoenix_fusion.hpp>
|
||||
#include <boost/spirit/include/phoenix_object.hpp>
|
||||
#include <boost/spirit/include/phoenix_stl.hpp>
|
||||
#include <boost/phoenix/object/construct.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
namespace mapnik { namespace wkt {
|
||||
|
||||
|
|
|
@ -26,10 +26,13 @@
|
|||
#include <mapnik/wkb.hpp>
|
||||
#include "connection_manager.hpp"
|
||||
|
||||
// boost
|
||||
#pragma GCC diagnostic push
|
||||
#include <mapnik/warning_ignore.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <memory>
|
||||
#include <boost/program_options.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include <memory>
|
||||
|
||||
//stl
|
||||
#include <iostream>
|
||||
|
|
|
@ -24,8 +24,11 @@
|
|||
#include <mapnik/util/variant.hpp>
|
||||
// boost
|
||||
#include <memory>
|
||||
//sqlite3
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#include <mapnik/warning_ignore.hpp>
|
||||
#include <sqlite3.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
//stl
|
||||
#ifdef MAPNIK_DEBUG
|
||||
|
|
Loading…
Reference in a new issue