A toolkit consisting of a bunch of generally useful routines and extensions I wrote when putting together other projects.
BSD 3-Clause "New" or "Revised" License
783
stars
148
forks
source link
Warnings when using LLVM compiler #9
Closed
maikg closed 13 years ago
When using the LLVM 2.0 compiler included with Xcode 4, I get warnings when compiling
NSError+CFStreamError.m
:I fixed this by moving the weak symbol definitions below the import statements.