Here's a patch that unbreaks building on FreeBSD 11.2-RELEASE with clang 6.0.0:
jtagrw.cc:134:13: error: cannot initialize return object of type 'uchar *' (aka 'unsigned char *') with an rvalue of type 'bool' return false; ^~~~~
Patch
This has been replaced by throwing an exception.
Log in to post a comment.
Patch
This has been replaced by throwing an exception.