Adding missing #pragma clang diagnostic pop (/thanks @tewha)
This commit is contained in:
parent
c3e70f9948
commit
dbd5fc3220
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue