nit differ

This commit is contained in:
Vighnesh 2024-10-11 16:02:48 -07:00
parent 50e8dd0d71
commit b1fae55636

View file

@ -949,11 +949,7 @@ DifferResult diff(TypeId ty1, TypeId ty2)
{
#if defined(__GNUC__) && defined(__linux__)
#pragma GCC diagnostic push
#if defined(__has_warning)
#if __has_warning("-Wmaybe-uninitialized")
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#endif
#endif
DifferEnvironment differEnv{ty1, ty2, std::nullopt, std::nullopt};