JSONKit icon indicating copy to clipboard operation
JSONKit copied to clipboard

Silencing clang warning "deprecated-objc-isa-usage"

Open oleganza opened this issue 12 years ago • 2 comments
trafficstars

Assigning dictionary->isa = _JKDictionaryClass is fast and safe, but produces a noisy warning.

I propose suppressing this warning with #pragma clang diagnostic ignored "-Wdeprecated-objc-isa-usage"

oleganza avatar Feb 07 '13 09:02 oleganza

+1

glittershark avatar Feb 18 '13 19:02 glittershark

Also, this is a duplicate of #106.

zoul avatar Feb 19 '13 09:02 zoul