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

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

These flags are already defined in src/cmake.
parent 28e78d81
No related branches found
No related tags found
No related merge requests found
......@@ -312,9 +312,7 @@ else()
-Werror=pessimizing-move
-Werror=redundant-move
-Werror=shadow
-Werror=switch
-Werror=type-limits
-Werror=unused-variable
$<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
......
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