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
Removing -Werror with e.g. sed -e '/-Werror/d' -i CMakeLists.txt as a workaround allows the build to succeed, maybe think about adding a CMake toggle for it as often seen in other projects (-DENABLE_WERROR) or something alike.
The text was updated successfully, but these errors were encountered:
Expected behavior
Do not fail to build.
Actual behavior
Steps to reproduce
GVM versions
Environment
Operating system: Exherbo Linux
Installation method / source: packages (source-based distribution)
Logfiles
Complete build log: gvm-libs-22.14.0_build.log
Additional notes
Removing
-Werror
with e.g.sed -e '/-Werror/d' -i CMakeLists.txt
as a workaround allows the build to succeed, maybe think about adding a CMake toggle for it as often seen in other projects (-DENABLE_WERROR) or something alike.The text was updated successfully, but these errors were encountered: