Skip to content

Commit

Permalink
sshhhh clang, it'll be alright.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Apr 23, 2014
1 parent 941bfdd commit 9df60de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fmdb/FMDatabase.m
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,7 @@ - (void)setShouldCacheStatements:(BOOL)value {

#pragma mark Callback function

void FMDBBlockSQLiteCallBackFunction(sqlite3_context *context, int argc, sqlite3_value **argv); // -Wmissing-prototypes
void FMDBBlockSQLiteCallBackFunction(sqlite3_context *context, int argc, sqlite3_value **argv) {
#if ! __has_feature(objc_arc)
void (^block)(sqlite3_context *context, int argc, sqlite3_value **argv) = (id)sqlite3_user_data(context);
Expand Down

0 comments on commit 9df60de

Please sign in to comment.