diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index bb1f8491fa..8bf6eba0e8 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -308,8 +308,10 @@ if (MSVC) ) else() target_compile_options(video_core PRIVATE + -Werror=array-bounds -Werror=conversion -Wno-error=sign-conversion + -Werror=missing-field-initializers -Werror=pessimizing-move -Werror=redundant-move -Werror=shadow