Skip to content

Commit 0646a7b

Browse files
committed
One more warning to ignore
1 parent 2f51d9b commit 0646a7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/CodeBehindTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ string[] GetBuildProperties (LocalBuilder builder, AndroidRuntime runtime, bool
539539
if (runningOnCI == "true") {
540540
Console.WriteLine ("CodeBehindTests: using NativeAOT and running on CI, disabling warnings.");
541541
noWarn.Add ("IL2091");
542+
noWarn.Add ("IL2104");
542543
noWarn.Add ("IL3053");
543544
noWarn.Add ("XA1040");
544545
}

0 commit comments

Comments
 (0)