Date: Wed, 08 Aug 2018 18:13:55 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230355] [exp-run] Against projects/clang700-import branch Message-ID: <bug-230355-7788-QKPri8JdzA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230355-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-230355-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230355 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Wed Aug 8 18:13:04 UTC 2018 New revision: 476652 URL: https://svnweb.freebsd.org/changeset/ports/476652 Log: graphics/opencv: unbreak with clang 7 modules/stereo/src/descriptor.cpp:229:34: error: ordered comparison betw= een pointer and zero ('const int *' and 'int') CV_Assert(image.size > 0); ~~~~~~~~~~ ^ ~ modules/stereo/src/descriptor.cpp:230:33: error: ordered comparison betw= een pointer and zero ('const int *' and 'int') CV_Assert(cost.size > 0); ~~~~~~~~~ ^ ~ modules/core/include/opencv2/core/base.hpp:478:84: note: expanded from m= acro 'CV_Assert' #define CV_Assert(...) do { CVAUX_CONCAT(CV_Assert_, CV_VA_NUM_ARGS(__VA_ARGS__)) (__VA_ARGS__); } while(0) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ^~~~~~~~~~~ modules/core/include/opencv2/core/base.hpp:455:35: note: expanded from m= acro 'CV_Assert_1' #define CV_Assert_1( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ ) ^~~~ PR: 230355 Changes: head/graphics/opencv/Makefile head/graphics/opencv/files/patch-modules_stereo_src_descriptor.cpp --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230355-7788-QKPri8JdzA>