From a02bee5acc685865f66e4fea69868a45083eb1dc Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Fri, 11 Oct 2024 13:09:26 -0700 Subject: [PATCH] update -Wmaybe-uninitialized --- tests/TypeVar.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypeVar.test.cpp b/tests/TypeVar.test.cpp index bfaa567f..b31914ae 100644 --- a/tests/TypeVar.test.cpp +++ b/tests/TypeVar.test.cpp @@ -466,7 +466,7 @@ TEST_CASE("proof_that_isBoolean_uses_all_of") TEST_CASE("content_reassignment") { #pragma GCC diagnostic push -#pragma GCC diagnostic ignored "maybe-uninitialized" +#pragma GCC diagnostic ignored "-Wgimaybe-uninitialized" Type myAny{AnyType{}, /*presistent*/ true}; myAny.documentationSymbol = "@global/any";