From 8f3e5e880cfb800ff3bd3e7f6eb1a89e46573e15 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Fri, 10 Oct 2025 14:32:07 +0300 Subject: [PATCH] temporary disable -Wsign-conversion --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d18fafe1..55210fda 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -108,7 +108,7 @@ target_compile_options( -Wduplicated-branches -Wduplicated-cond -Wzero-as-null-pointer-constant - -Wsign-conversion + #-Wsign-conversion -Wcast-align -Wpointer-arith -Wundef