Skip to content

Commit

Permalink
Removed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
uholeschak committed Dec 3, 2024
1 parent b5a4a43 commit 6a72811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BmwDeepObd/ActivityCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11601,7 +11601,9 @@ public static List<string> GetCurrentAbiDirs()
{
}
}
#pragma warning disable CS0168 // Variable is declared but never used
catch (Exception ex)
#pragma warning restore CS0168 // Variable is declared but never used
{
#if DEBUG
Android.Util.Log.Info(Tag, string.Format("GetLoadedMetadataReferences File read Exception: {0}", ex.Message));
Expand Down

0 comments on commit 6a72811

Please sign in to comment.