project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Updated for stricter warnings #264

Closed ghost closed 7 years ago

ghost commented 7 years ago

I'm using EncryptedStore in a project that has a number of warnings enabled, and I thought I would update it so Xcode stops complaining about it to me.

All unit tests still pass.

ghost commented 7 years ago

There are still two unused variables on lines 3763 and 3790, but I didn't want to add the __unused attribute to it, since it might be important to see that these variables aren't used.