You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah. I haven’t figured out how to suppress that; last I checked, @discardableResult just doesn’t translate to Obj-C. If you know how, I’d welcome a pull request!
In the meantime, you can suppress the warning like this:
In Objective-C
loadIfNeeded
is expected to return a value and gives a warning:Ignoring return value of function declared with "warn_unused_result" attribute
The text was updated successfully, but these errors were encountered: