Skip to content

Commit

Permalink
Suppress warning by ignoring return value
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jul 21, 2020
1 parent 7129194 commit 4a36a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean-core/ios/Glean/Glean.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public class Glean {
}

if let debugViewTag = self.debugViewTag {
self.setDebugViewTag(debugViewTag)
_ = self.setDebugViewTag(debugViewTag)
}

if self.logPings {
Expand Down

0 comments on commit 4a36a33

Please sign in to comment.