quinntaylor / CHDataStructures

An Objective-C library of data structures, such as deque, heap, linked list, queue, stack, and tree.
Other
388 stars 78 forks source link

objc_msgSend: too many arguments to function call #10

Closed fatuhoku closed 9 years ago

fatuhoku commented 9 years ago

Compiling with CHDataStructures under Xcode 6.1.1 causes the following error:

Error:(46, 49) too many arguments to function call, expected 0, have 2

See related threads:

http://stackoverflow.com/questions/24922913/too-many-arguments-to-function-call-expected-0-have-3

http://stackoverflow.com/questions/25852079/in-xcode6-gold-master-using-objc-msgsend-now-throws-a-syntax-error-saying-the-n

fatuhoku commented 9 years ago

Wow, I'm like a goldfish. Duplicate of #7. Will try that commit now.