From cf73f1f8b911148d0ad498e05dd876ab702791ac Mon Sep 17 00:00:00 2001 From: firewave Date: Tue, 23 Jun 2026 09:42:44 +0200 Subject: [PATCH] enabled `-Wshorten-64-to-32` Clang compiler warning --- cmake/compileroptions.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/compileroptions.cmake b/cmake/compileroptions.cmake index aa7deb8552c..6343a8a5102 100644 --- a/cmake/compileroptions.cmake +++ b/cmake/compileroptions.cmake @@ -134,7 +134,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") # TODO: fix and enable these warnings - or move to suppression list below add_compile_options_safe(-Wno-sign-conversion) add_compile_options_safe(-Wno-shadow-field-in-constructor) - add_compile_options_safe(-Wno-shorten-64-to-32) add_compile_options_safe(-Wno-implicit-int-conversion) add_compile_options_safe(-Wno-double-promotion) add_compile_options_safe(-Wno-shadow-field)