Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugust Mueller <gus@flyingmeat.com>2016-05-20 00:09:53 +0300
committerAugust Mueller <gus@flyingmeat.com>2016-05-20 00:09:53 +0300
commit300124db71bc743608a57d4a3e90d675af56e365 (patch)
treebe9337b3984a605d07caa618db7f7074c03f2676
parent9773a32d39e15926e02bce691dc2c1541e3809e2 (diff)
Not really the place for this warning.three
-rw-r--r--src/fmdb/FMDatabaseAdditions.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fmdb/FMDatabaseAdditions.m b/src/fmdb/FMDatabaseAdditions.m
index 058e731..ccfdfb5 100644
--- a/src/fmdb/FMDatabaseAdditions.m
+++ b/src/fmdb/FMDatabaseAdditions.m
@@ -38,7 +38,6 @@ return ret;
RETURN_RESULT_FOR_QUERY_WITH_SELECTOR(NSString *, stringForColumnIndex);
}
-#pragma message "FIXME: rename this integer? Or maybe give a size like uint32 or something along those lines?"
- (int)intForQuery:(NSString*)query, ... {
RETURN_RESULT_FOR_QUERY_WITH_SELECTOR(int, intForColumnIndex);
}