[Bug 229376] [PATCH] devel/avarice: unbreak build under 11.2-RELEASE (and clang 6)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jun 27 22:00:23 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229376
Bug ID: 229376
Summary: [PATCH] devel/avarice: unbreak build under
11.2-RELEASE (and clang 6)
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: joerg at FreeBSD.org
Reporter: leres at freebsd.org
Flags: maintainer-feedback?(joerg at FreeBSD.org)
Assignee: joerg at FreeBSD.org
After upgrading to 11.2-RELEASE devel/avarice fails to compile with:
jtagrw.cc:134:13: error: cannot initialize return object of type 'uchar *'
(aka 'unsigned char *') with an rvalue of type 'bool'
return false;
^~~~~
examination of the code shows another case with a similar check that returns
NULL.
I also filed an upstream bug report:
https://sourceforge.net/p/avarice/bugs/24/
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list