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:
Dane Springmeyer 2017-03-28 15:25:17 -07:00
parent 520f3fd0a0
commit 9c4613f934

View file

@ -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>;