From 8b810c22802c3c792db31028cbed930e2cdd0d94 Mon Sep 17 00:00:00 2001 From: Marcin Date: Tue, 18 Mar 2025 13:25:32 +0000 Subject: [PATCH] -Wconversion --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 040dbda..2cfb97c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ if(MSVC) endforeach(flag_var) endif() else() - add_compile_options(-Wall -Wextra -Wpedantic) + add_compile_options(-Wall -Wextra -Wpedantic -Wconversion) if(NOT CMAKE_BUILD_TYPE MATCHES Debug) add_compile_options(-O3)