K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-04-15T23:57:45.035597Z K 7 svn:log V 503 graphics/freeimage: unbreak build with Clang 6 (C++14 by default) Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: error: constant expression evaluates to -2 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 1,0, 2,2, 2,-2, ^~ Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: note: insert an explicit cast to silence this issue 1,0, 2,2, 2,-2, ^~ static_cast( ) [...] Reported by: pkg-fallout (armv6, armv7, aarch64) END