From 56903125872c762563caa09c6b7b1e62bc392ef8 Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 24 Mar 2026 22:34:05 +0000 Subject: [PATCH] use language generator exprs --- src/CMakeLists.txt | 1 + src/video_core/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a5c99c623a..ed3832d8d5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -300,6 +300,7 @@ endif() if (IOS) add_subdirectory(ios) + add_compile_options($<$:-Wno-error>) endif() include(GenerateDepHashes) diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 6720195c0e..f5eabae100 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -375,7 +375,6 @@ else() else() target_compile_options(video_core PRIVATE $<$:-Wconversion>) endif() - target_compile_options(video_core PRIVATE $<$:-Wno-sign-conversion>) # xbyak