fix -Wsign-conversion warnings from boost_regex

This commit is contained in:
Dane Springmeyer 2015-06-12 23:55:50 -07:00
parent 93afb963e9
commit 72b4cb8a3a

View file

@ -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
{