From f28ab91b600a694b1910e76e3e7ae6dc2df7e6c3 Mon Sep 17 00:00:00 2001 From: wmbat Date: Wed, 6 Dec 2023 17:47:23 -0500 Subject: [PATCH] Moved -Wsign-conversion flag to the correct alphabetical position --- CMake/CatchMiscFunctions.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake/CatchMiscFunctions.cmake b/CMake/CatchMiscFunctions.cmake index de6b7ae3..aa8eb1d1 100644 --- a/CMake/CatchMiscFunctions.cmake +++ b/CMake/CatchMiscFunctions.cmake @@ -77,6 +77,7 @@ function(add_warnings_to_targets targets) "-Wreorder" "-Wreturn-std-move" "-Wshadow" + "-Wsign-conversion" "-Wstrict-aliasing" "-Wsuggest-destructor-override" "-Wsuggest-override"