robertwijas / UISS

UIAppearance Stylesheets
MIT License
1.23k stars 80 forks source link

Fixed warning in UISSUserInterfaceIdiomPreprocessor.m #28

Open fluidsonic opened 10 years ago

fluidsonic commented 10 years ago

Xcode 5 reports the following warning:

UISSUserInterfaceIdiomPreprocessor.m:25:19: Comparison of constant 'NSNotFound' (2147483647) with expression of type 'UIUserInterfaceIdiom' (aka 'enum UIUserInterfaceIdiom') is always false

Fixed by no longer casting NSInteger (possibly holding a non-UIUserInterfaceIdiom value) to UIUserInterfaceIdiom.