+ fix unused parameter warning
This commit is contained in:
parent
73e15f0c75
commit
c8b2031428
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ private:
|
|||
template <class T>
|
||||
void copy_text_ptr(T & sym) const
|
||||
{
|
||||
boost::ignore_unused_variable_warning(sym);
|
||||
MAPNIK_LOG_WARN(rule) << "rule: deep copying TextSymbolizers is broken!";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue