diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m')
-rw-r--r-- | Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m | 2 |
1 files changed, 2 insertions, 0 deletions
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; |