From 55a4d763d13daf9e241e4d4c24b99b1116bc1227 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Wed, 21 Mar 2018 15:23:43 +0000 Subject: [PATCH] Silence a warning in a test. The test is doing something unsafe, but which we want to work. --- Test/ForwardDeclareProtocol.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Test/ForwardDeclareProtocol.m b/Test/ForwardDeclareProtocol.m index 89a7f6f..32ebc41 100644 --- a/Test/ForwardDeclareProtocol.m +++ b/Test/ForwardDeclareProtocol.m @@ -1,3 +1,4 @@ +#pragma clang diagnostic ignored "-Wat-protocol" @protocol P; Protocol *getProtocol(void)