K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-01-26T14:40:05.041836Z K 7 svn:log V 905 graphics/cal3d: unbreak build with Clang 6 (C++14 by default) loader.cpp:899:12: error: cannot initialize return object of type 'CalCoreKeyframe *' with an rvalue of type 'bool' return false; ^~~~~ loader.cpp:1448:11: error: no viable conversion from returned value of type 'bool' to function return type 'CalCoreSkeletonPtr' (aka 'RefPtr') return false; ^~~~~ ../../src/cal3d/refptr.h:16:9: note: candidate constructor not viable: no known conversion from 'bool' to 'CalCoreSkeleton *' for 1st argument RefPtr(T* ptr = 0) ^ ../../src/cal3d/refptr.h:22:9: note: candidate constructor not viable: no known conversion from 'bool' to 'const RefPtr &' for 1st argument RefPtr(const RefPtr& ptr) ^ Reported by: pkg-fallout (blocks 5 ports) Approved by: portmgr blanket END