Skip to content

Remove -Werror

Nicolas Fella requested to merge work/wnerror into master

It's doing more harm than good.

It makes it a pain to update anything (compiler, dependencies etc) that may introduce new warnings. It also makes it hard to use a compiler that produces a lot of warnings, e.g. clazy

Merge request reports