mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
nit differ
This commit is contained in:
parent
50e8dd0d71
commit
b1fae55636
1 changed files with 0 additions and 4 deletions
|
@ -949,11 +949,7 @@ DifferResult diff(TypeId ty1, TypeId ty2)
|
||||||
{
|
{
|
||||||
#if defined(__GNUC__) && defined(__linux__)
|
#if defined(__GNUC__) && defined(__linux__)
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#if defined(__has_warning)
|
|
||||||
#if __has_warning("-Wmaybe-uninitialized")
|
|
||||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DifferEnvironment differEnv{ty1, ty2, std::nullopt, std::nullopt};
|
DifferEnvironment differEnv{ty1, ty2, std::nullopt, std::nullopt};
|
||||||
|
|
Loading…
Reference in a new issue