Skip to content

Draft: Treat compilation warnings as errors in WorkDir

Tadej Novak requested to merge tadej/athena:werror into master

It may be useful to treat compilation warnings as errors in WorkDir to help developers detect them. If many files are recompiled it's easy to miss them.

For now this is for C++ only.

Tagging @akraszna + @fwinkl for CMake and @elmsheus + @nstyles as this will of course need to be announced/discussed before enabled.

Merge request reports