diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index bb1f8491f..8bf6eba0e 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -308,8 +308,10 @@ if (MSVC) | |||
| 308 | ) | 308 | ) |
| 309 | else() | 309 | else() |
| 310 | target_compile_options(video_core PRIVATE | 310 | target_compile_options(video_core PRIVATE |
| 311 | -Werror=array-bounds | ||
| 311 | -Werror=conversion | 312 | -Werror=conversion |
| 312 | -Wno-error=sign-conversion | 313 | -Wno-error=sign-conversion |
| 314 | -Werror=missing-field-initializers | ||
| 313 | -Werror=pessimizing-move | 315 | -Werror=pessimizing-move |
| 314 | -Werror=redundant-move | 316 | -Werror=redundant-move |
| 315 | -Werror=shadow | 317 | -Werror=shadow |