Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

none of it seems to be your fault.

your clang9.0 is somewhat more strict, than the compilers used on the buildbots, imho, it's worth, making an issue here

you could fix it by either disabling the face module:

cmake -DBUILD_opencv_face=OFF

or repaining it, by adding a line like:

return Mat();

in all 3 cases.

none of it seems to be is your fault.

your clang9.0 is somewhat more strict, than the compilers used on the buildbots, imho, it's worth, making an issue here

you could fix it by either disabling the face module:

cmake -DBUILD_opencv_face=OFF

or repainingrepairing it, by adding a line like:

return Mat();

in all 3 cases.

none of it is your fault.fault, you've found some (minor) bugs.

your clang9.0 is somewhat more strict, than the compilers used on the buildbots, imho, it's worth, making an issue here

you could fix it by either disabling the face module:

cmake -DBUILD_opencv_face=OFF

or repairing it, by adding a line like:

return Mat();

in all 3 cases.