Skip to content
Snippets Groups Projects
Commit fb99446f authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

core/cmake: Remove Werror flags already defined code-base wide

parent cc2c3e44
No related branches found
No related tags found
No related merge requests found
......@@ -643,9 +643,7 @@ else()
-Werror=conversion
-Werror=ignored-qualifiers
-Werror=implicit-fallthrough
-Werror=reorder
-Werror=sign-compare
-Werror=unused-variable
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment