alexrozanski / PXSourceList

Source List control for the Mac
Other
639 stars 77 forks source link

setIconSize warning (CLANG) #14

Closed kukosk closed 12 years ago

kukosk commented 13 years ago

Hi,

You should use @property (nonatomic, assign) NSSize iconSize; if you want to prevent xCode 4 with Clang compiler 2.0 to display a warning. You should also look on other warning as there are few when compiling with clang ;)

alexrozanski commented 12 years ago

This was fixed in commit 51784809bf70