diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 35e933858..45d8eaf23 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -184,5 +184,5 @@ endif() | |||
| 184 | if (MSVC) | 184 | if (MSVC) |
| 185 | target_compile_options(video_core PRIVATE /we4267) | 185 | target_compile_options(video_core PRIVATE /we4267) |
| 186 | else() | 186 | else() |
| 187 | target_compile_options(video_core PRIVATE -Werror=conversion -Wno-sign-conversion) | 187 | target_compile_options(video_core PRIVATE -Werror=conversion -Wno-error=sign-conversion) |
| 188 | endif() | 188 | endif() |