+ fix unused parameter warning

This commit is contained in:
artemp 2012-07-10 12:48:32 +01:00
parent 73e15f0c75
commit c8b2031428

View file

@ -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!";
}