K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-01-21T02:24:22.885400Z K 7 svn:log V 843 graphics/libprojectm: unbreak build with Clang 6 (C++14 by default) MilkdropPresetFactory/Parser.cpp:1408:10: error: invalid operands to binary expression ('std::istream' (aka 'basic_istream') and 'nullptr_t') if (fs == NULL) ~~ ^ ~~~~ Renderer/VideoEcho.cpp:77:30: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing] float pointsFlip[4][2] = {{-0.5*flipx, -0.5*flipy}, ^~~~~~~~~~ Renderer/VideoEcho.cpp:77:30: note: insert an explicit cast to silence this issue float pointsFlip[4][2] = {{-0.5*flipx, -0.5*flipy}, ^~~~~~~~~~ static_cast( ) Reported by: pkg-fallout Obtained from: upstream END