From: Jan Kotas Date: Wed, 10 Apr 2019 14:03:22 +0000 (-0700) Subject: Disable nullability-related warnings X-Git-Tag: accepted/tizen/unified/20190813.215958~46^2~119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf20ae796436e04a6c2f13231fee54468c524688;p=platform%2Fupstream%2Fcoreclr.git Disable nullability-related warnings Signed-off-by: dotnet-bot --- diff --git a/src/System.Private.CoreLib/shared/System/Globalization/CultureData.cs b/src/System.Private.CoreLib/shared/System/Globalization/CultureData.cs index 7e1e668..c86bab5 100644 --- a/src/System.Private.CoreLib/shared/System/Globalization/CultureData.cs +++ b/src/System.Private.CoreLib/shared/System/Globalization/CultureData.cs @@ -11,6 +11,7 @@ using System.Threading; namespace System.Globalization { #if CORERT + #pragma warning restore nullable using StringStringDictionary = LowLevelDictionary; using StringCultureDataDictionary = LowLevelDictionary; using LcidToCultureNameDictionary = LowLevelDictionary;