diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 1b8ad476e..99310dc50 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -643,9 +643,7 @@ else() | |||
| 643 | -Werror=conversion | 643 | -Werror=conversion |
| 644 | -Werror=ignored-qualifiers | 644 | -Werror=ignored-qualifiers |
| 645 | -Werror=implicit-fallthrough | 645 | -Werror=implicit-fallthrough |
| 646 | -Werror=reorder | ||
| 647 | -Werror=sign-compare | 646 | -Werror=sign-compare |
| 648 | -Werror=unused-variable | ||
| 649 | 647 | ||
| 650 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | 648 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> |
| 651 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | 649 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> |
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index f7b9d7f86..25a4b1c5b 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -312,9 +312,7 @@ else() | |||
| 312 | -Werror=pessimizing-move | 312 | -Werror=pessimizing-move |
| 313 | -Werror=redundant-move | 313 | -Werror=redundant-move |
| 314 | -Werror=shadow | 314 | -Werror=shadow |
| 315 | -Werror=switch | ||
| 316 | -Werror=type-limits | 315 | -Werror=type-limits |
| 317 | -Werror=unused-variable | ||
| 318 | 316 | ||
| 319 | $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> | 317 | $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> |
| 320 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | 318 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> |