supress unused variable warning in boost state_machine
This commit is contained in:
parent
82fb67441f
commit
fe5c4bb978
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <mapnik/vertex.hpp>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wunused-variable"
|
||||
#include <mapnik/warning_ignore.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/msm/back/state_machine.hpp>
|
||||
|
|
Loading…
Reference in a new issue