Adding missing #pragma clang diagnostic pop (/thanks @tewha)

This commit is contained in:
Mattt Thompson 2013-02-27 09:24:18 -08:00
parent c3e70f9948
commit dbd5fc3220

View file

@ -30,7 +30,6 @@
#define AF_CAST_TO_BLOCK __bridge void *
#endif
// We do a little bit of duck typing in this file which can trigger this warning. Turn it off for this source file.
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wstrict-selector-match"
@ -371,3 +370,5 @@ didReceiveResponse:(NSURLResponse *)response
}
@end
#pragma clang diagnostic pop