sinaweibosdk / weibo_ios_sdk

新浪微博 IOS SDK
http://weibo.com
Other
1.45k stars 565 forks source link

Insert '_Nullable' if the pointer may be null #462

Open yz--lmy opened 4 years ago

yz--lmy commented 4 years ago
截屏2020-10-29 17 05 35

Insert '_Nullable' if the pointer may be null Insert '_Nonnull' if the pointer should never be null

就不能把这些警告处理下吗?

VaslD commented 3 years ago

鉴于 issues 里那么多 crash 都还没有人修,warnings 还是直接处理下吧,毕竟不影响使用。

pod "Weibo_SDK", :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git",
                 :inhibit_warnings => true