filecoin-project / filecoin-project/cpp-filecoin
Libarchive is causing issues during the build
Open
- Dominant language
- C++
- Stars
- 129
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.