Files
ports/graphics/exact-image
Tobias Kortkamp d2c7813f70 grpahics/exact-image: Fix build with Clang 6
codecs/raw.cc:74:10: error: no viable conversion from returned value of type 'std::__1::basic_ostream<char>' to function return type 'bool'
  return stream->write ((char*)image.getRawData(), image.stride()*image.h)
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/exact-image-0.9.1_1.log

... and more c++11-narrowing errors if one gets past the above error
2018-09-02 11:06:37 +00:00
..
2017-12-20 14:10:03 +00:00