Reputation: 857
Hi I am trying to incorporate the zxing qr code reader into my app. I checked out the svn directly from google code website and also added all the header path in my project settings. However when I try to build the project I am getting a lot of "unused function" and "unused parameters" failures and thus cannot build.
for example, there is a method in the ZXingWidget project called "- (void)cancel:(id)sender" and I am getting errors for unused parameter "sender".
Is it possible for me to force build the project?
Thanks in advance
Upvotes: 2
Views: 2791