AlanQuatermain / aqtoolkit

A toolkit consisting of a bunch of generally useful routines and extensions I wrote when putting together other projects.
http://blog.alanquatermain.net/code
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

maikg commented 13 years ago

When using the LLVM 2.0 compiler included with Xcode 4, I get warnings when compiling NSError+CFStreamError.m:

 Weak identifier 'x' never declared

I fixed this by moving the weak symbol definitions below the import statements.

maikg commented 13 years ago

See issue #11 for pull request.