fix -Wsign-conversion warnings from boost_regex
This commit is contained in:
parent
93afb963e9
commit
72b4cb8a3a
1 changed files with 3 additions and 0 deletions
|
@ -24,11 +24,14 @@
|
|||
#include <mapnik/value_types.hpp>
|
||||
#include <mapnik/util/noncopyable.hpp>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wsign-conversion"
|
||||
#if defined(BOOST_REGEX_HAS_ICU)
|
||||
#include <boost/regex/icu.hpp>
|
||||
#else
|
||||
#include <boost/regex.hpp>
|
||||
#endif
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue