From 8b298de8d7ef2c680974b5c5cebb4b0056969984 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 12 Sep 2012 12:19:31 +0000 Subject: Fix release build warnings. --- Frameworks/PostgresKit/Source/FLXPostgresConnection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnection.m') 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]; -- cgit v1.2.3