mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
one more try
This commit is contained in:
parent
b1fae55636
commit
0276d18314
1 changed files with 0 additions and 9 deletions
|
@ -947,16 +947,7 @@ std::vector<std::pair<TypeId, TypeId>>::const_reverse_iterator DifferEnvironment
|
|||
|
||||
DifferResult diff(TypeId ty1, TypeId ty2)
|
||||
{
|
||||
#if defined(__GNUC__) && defined(__linux__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
#endif
|
||||
|
||||
DifferEnvironment differEnv{ty1, ty2, std::nullopt, std::nullopt};
|
||||
#if defined(__GNUC__) && defined(__linux__)
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
return diffUsingEnv(differEnv, ty1, ty2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue