Skip to content

Commit

Permalink
Nimbus: Silence unused variable warning in Unity editor + console (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsantiago authored Jun 23, 2021
1 parent cf48356 commit 6d89e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/Runtime/Scripts/Internal/NimbusAdUnit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ internal void SetAndroidHelper(AndroidJavaClass helper) {
}

# region IOS specific

#pragma warning disable 67
internal event DestroyAdDelegate OnDestroyIOSAd;
#pragma warning restore 67

#endregion

Expand Down

0 comments on commit 6d89e48

Please sign in to comment.