From 3ae95375de45e39e7af9ee05b2dfe56b72c92633 Mon Sep 17 00:00:00 2001 From: Susko3 Date: Mon, 5 Feb 2024 18:22:12 +0100 Subject: [PATCH] Disable irrelevant warning See https://learn.microsoft.com/en-us/xamarin/android/errors-and-warnings/xa4218 and https://github.com/xamarin/xamarin-android/issues/6809#issuecomment-1138617639. --- osu.Framework.Android.props | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Framework.Android.props b/osu.Framework.Android.props index 1a479229be..6d13f0e3f1 100644 --- a/osu.Framework.Android.props +++ b/osu.Framework.Android.props @@ -7,5 +7,6 @@ true true + $(NoWarn);XA4218