Skip to content

Remove -Werror

Nicolas Fella requested to merge work/nowerror into master

-Werror should never be used by default

Any change to the build process, e.g. a new or different compiler, platform or lib can break the build

Also remove -Wall since that's already set by KDECompilerSettings

Merge request reports