From f3b69a52416052e8991aaf27a292681a8eb102cf Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Thu, 6 Apr 2023 16:22:14 +0200 Subject: [PATCH] cmake: Silences Qt warnings emitted by clang with default Xcode settings --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14243d4b..23f0d684 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,7 +142,7 @@ target_compile_options( $<$:-Wall> $<$:-Wno-error=float-conversion;-Wno-error=shadow> $<$:-Wno-error=format-overflow;-Wno-error=int-conversion;-Wno-error=comment> - $<$:-Wno-error=null-pointer-subtraction;-Wno-error=deprecated-declarations;-Wno-error=implicit-int-conversion;-Wno-error=shorten-64-to-32> + $<$:-Wno-error=null-pointer-subtraction;-Wno-error=deprecated-declarations;-Wno-error=implicit-int-conversion;-Wno-error=shorten-64-to-32;-Wno-comma;-Wno-quoted-include-in-framework-header> ) target_link_libraries(