remove explicit instantiation of 'image_view<mapnik::image<mapnik::null_t> >' that occurs after an explicit specialization has no effect [-Winstantiation-after-specialization] (clang 4.x)
This commit is contained in:
parent
520f3fd0a0
commit
9c4613f934
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
|||
namespace mapnik
|
||||
{
|
||||
|
||||
template class MAPNIK_DECL image_view<image_null>;
|
||||
template class MAPNIK_DECL image_view<image_rgba8>;
|
||||
template class MAPNIK_DECL image_view<image_gray8>;
|
||||
template class MAPNIK_DECL image_view<image_gray8s>;
|
||||
|
|
Loading…
Reference in a new issue