mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
silence warning in font_engine_freetype
This commit is contained in:
parent
83588937b9
commit
7acaa3068a
@ -31,9 +31,13 @@
|
||||
#include <mapnik/make_unique.hpp>
|
||||
|
||||
// boost
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#pragma GCC diagnostic ignored "-Wunused-local-typedef"
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
// stl
|
||||
#include <algorithm>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user