Mantle / MTLManagedObjectAdapter

Core Data support for Mantle
https://github.com/Mantle/Mantle
MIT License
140 stars 55 forks source link

Compilation errors and project warnings with Xcode 7.3 #22

Closed grgcombs closed 8 years ago

grgcombs commented 8 years ago

This fixes the following compilation error (and satisfies Xcode's update warnings)

/MTLManagedObjectAdapter/MTLManagedObjectAdapter/MTLManagedObjectAdapter.m:754:41: error: comparison of array 'attributes->type' not equal to a null pointer is always true [-Werror,-Wtautological-pointer-compare]

grgcombs commented 8 years ago

Actually, this seems to do the same thing as pull request #21 -- so take your pick.

grgcombs commented 8 years ago

@grgcombs needs to open his eyes -- @jspahrsummers comments in issue #8 clearly state that this is something that should be addressed via a fix to libextobjc not here...