Closed
Description
In #195 the base docker image used to build the zeth-base
image has been changed to Alpine. The CI has been adapted accordingly in #197
However, a bunch of warnings from dependencies prevented the build for zeth to pass with the flag -Werror
. As such, the flag was removed for now, but this is highly unsatisfactory and it should be re-introduced asap. This means that, the build should be refactored and warnings should be properly handled (either ignored when thrown by the compilation of libraries that are use in Zeth, or fixed if the warning is related to code we wrote).
For this issue to be closed, the compilation of the project should pass with the flags -Werror -Wfatal-errors
.