swift
2d96b24e - Embedded: Suppress spurious unused result warnings.

Commit
134 days ago
Embedded: Suppress spurious unused result warnings. The results of `swift_retain(object:)` and `swift_bridgeObjectRetain(object:)` should be discardable since it's typcial to not need the pointer returned from these calls. Suppresses unused result warnings that were generated previously.
Author
Committer
Parents
Loading