mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
update -Wmaybe-uninitialized
This commit is contained in:
parent
5bb24aa888
commit
a02bee5acc
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue