cpp-filecoin icon indicating copy to clipboard operation
cpp-filecoin copied to clipboard

Libarchive is causing issues during the build

Open zuiris opened this issue 3 years ago • 0 comments

The reason is CLang compiler since 13 version interprets unused variables as errors, not as warnings. Our Libarchive from Hunter has some unused variables that leads to build fail on CLang. We still don't see the problem on GitHub master builds because it uses cached hunter libs and doesn't build it yet.

zuiris avatar Apr 25 '22 12:04 zuiris