You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: