Open DaleLJefferson opened 10 years ago
I'm going to keep those there for the time being. Maybe they'll be taken out for FMDB 3.0
@ccgus How about suppressing that warning for FMDB?
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wobjc-interface-ivars"
@interface FMDatabase
...
@end
#pragma clang diagnostic pop
Yea, that's easy enough. (done!)
I'm running with -Wobjc-interface-ivars turned on and fmdb is showing lots of warnings. Would you accept a pull request fixing some of the clang warnings?