aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-12 12:19:31 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-12 12:19:31 +0000
commit8b298de8d7ef2c680974b5c5cebb4b0056969984 (patch)
tree6e6721b2e6c5628743e953047549d5b9e909ffa8 /Frameworks/PostgresKit/Source/FLXPostgresConnection.m
parent4bac2aa3a2feb2c7eda3064e070cac005e7fa256 (diff)
downloadsequelpro-8b298de8d7ef2c680974b5c5cebb4b0056969984.tar.gz
sequelpro-8b298de8d7ef2c680974b5c5cebb4b0056969984.tar.bz2
sequelpro-8b298de8d7ef2c680974b5c5cebb4b0056969984.zip
Fix release build warnings.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnection.m')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresConnection.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnection.m b/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
index 5155b79a..a649a982 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
+++ b/Frameworks/PostgresKit/Source/FLXPostgresConnection.m
@@ -297,7 +297,7 @@ static void _FLXPostgresConnectionNoticeProcessor(void *arg, const char *message
BOOL reset = [isReset boolValue];
- NSInteger sock = PQsocket(_connection);
+ int sock = PQsocket(_connection);
if (sock == -1) {
[pool release];