Silence a warning in a test.

The test is doing something unsafe, but which we want to work.
main
David Chisnall 8 years ago
parent 44a85a401a
commit 55a4d763d1

@ -1,3 +1,4 @@
#pragma clang diagnostic ignored "-Wat-protocol"
@protocol P;
Protocol *getProtocol(void)

Loading…
Cancel
Save