From fe10b93f88371b5e151c4ddb704b4c65ed697574 Mon Sep 17 00:00:00 2001 From: Stuart Connolly Date: Sun, 26 Jan 2014 22:57:19 +0000 Subject: Suppress warnings. --- Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m | 2 ++ Frameworks/PostgresKit/Source/PGPostgresConnectionUtils.m | 5 +++++ 2 files changed, 7 insertions(+) (limited to 'Frameworks/PostgresKit') diff --git a/Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m b/Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m index 909e5451..d9154514 100644 --- a/Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m +++ b/Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m @@ -31,6 +31,8 @@ #import "PGPostgresStatement.h" #import "PGPostgresError.h" +#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation" + // Constants static int PGPostgresResultsAsBinary = 1; diff --git a/Frameworks/PostgresKit/Source/PGPostgresConnectionUtils.m b/Frameworks/PostgresKit/Source/PGPostgresConnectionUtils.m index 30ad94a7..83428e02 100644 --- a/Frameworks/PostgresKit/Source/PGPostgresConnectionUtils.m +++ b/Frameworks/PostgresKit/Source/PGPostgresConnectionUtils.m @@ -104,6 +104,9 @@ #pragma mark - #pragma mark Private API +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation" + /** * Executes the supplied query and returns the result. * @@ -129,5 +132,7 @@ return data; } + +#pragma clang diagnostic pop @end -- cgit v1.2.3