diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index cb8b46edf..106991969 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -279,14 +279,8 @@ if (MSVC) | |||
| 279 | else() | 279 | else() |
| 280 | target_compile_options(video_core PRIVATE | 280 | target_compile_options(video_core PRIVATE |
| 281 | -Werror=conversion | 281 | -Werror=conversion |
| 282 | -Wno-error=sign-conversion | ||
| 283 | -Werror=pessimizing-move | ||
| 284 | -Werror=redundant-move | ||
| 285 | -Werror=type-limits | ||
| 286 | 282 | ||
| 287 | $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> | 283 | -Wno-sign-conversion |
| 288 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | ||
| 289 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | ||
| 290 | ) | 284 | ) |
| 291 | endif() | 285 | endif() |
| 292 | 286 | ||