From ac0f01122144687356e628ec7e14cdbbb09be567 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 26 Oct 2022 01:21:52 +0200 Subject: [PATCH] Disable Wconversion again --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef8d52bf..2b456b1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -275,7 +275,6 @@ if(NOT MSVC) "${CMAKE_CXX_FLAGS} \ -Wall \ -Wextra \ - -Wconversion \ -pedantic \ -fsized-deallocation \ -fdiagnostics-color=always \