K 10 svn:author V 6 adridg K 8 svn:date V 27 2018-06-23T20:04:27.557408Z K 7 svn:log V 354 Fix graphics/ampasACES-container with Clang6. aces_formatter.cpp:255:24: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int32' (aka 'int') in initializer list [-Wc++11-narrowing] scanLineHeader sh = { yMin + row, scanLineSize }; Reported upstream as well. Not bumping PORTREVISION since this is just a compile fix. END