more macro madness

This commit is contained in:
Vighnesh 2024-10-11 13:46:54 -07:00
parent 69776f6fc1
commit ee6a45b13b

View File

@ -466,7 +466,10 @@ TEST_CASE("proof_that_isBoolean_uses_all_of")
TEST_CASE("content_reassignment")
{
#pragma GCC diagnostic push
#if !defined(__has_warning) || __has_warning("-Wmaybe-uninitialized")
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
Type myAny{AnyType{}, /*presistent*/ true};
myAny.documentationSymbol = "@global/any";
#pragma GCC diagnostic pop