From 7efb8ede09f5228b67207cc7e0e332504f8c3ce5 Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Mon, 30 Jan 2023 22:52:57 +0000 Subject: [PATCH] Fix g++ warnings --- Source/cmake_core.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake_core.cmake b/Source/cmake_core.cmake index 3ee92590b..f10460080 100644 --- a/Source/cmake_core.cmake +++ b/Source/cmake_core.cmake @@ -296,7 +296,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") " $<$>: -Wno-tautological-type-limit-compare>" " $<$>: -Wno-cast-qual>" " $<$>: -Wno-reserved-identifier>" - " $<$>: -Wno-missing-prototypes>" + " $<$: -Wno-missing-prototypes>" " $<$>: -Wno-missing-field-initializers>" " $<$>: -Wno-suggest-override>" " $<$>: -Wno-used-but-marked-unused>"