diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 22:57:19 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 22:57:19 +0000 |
commit | fe10b93f88371b5e151c4ddb704b4c65ed697574 (patch) | |
tree | da51f8d478cc8aec7f85711fc06c322dd5313cfe /Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m | |
parent | 67eb339df23971334c0f4a854c5804445c8d5920 (diff) | |
download | sequelpro-fe10b93f88371b5e151c4ddb704b4c65ed697574.tar.gz sequelpro-fe10b93f88371b5e151c4ddb704b4c65ed697574.tar.bz2 sequelpro-fe10b93f88371b5e151c4ddb704b4c65ed697574.zip |
Suppress warnings.
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; |