libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

Fix nullability warnings introduced in Xcode 10 #681

Closed tiennou closed 5 years ago

tiennou commented 5 years ago

This fixes a slew (37) of warnings caused by the analyzer noticing that @() can fail.