rjyo / libid3-ios

libid3-ios is a patched version based on id3lib 3.8.3-2. It includes a target of libid3.a static library for iOS.
40 stars 10 forks source link

Warnings #1

Closed EliaCereda closed 12 years ago

EliaCereda commented 12 years ago

Is it normal that when I try to compile this I get 61 warnings? Is there anything I can do?

rjyo commented 12 years ago

It seems fine for me. They come with the original C source.

EliaCereda commented 12 years ago

Thanks for answering, these are some of the warnings I get:

alt

I get them by compiling with default settings, iOS SDK 5.1, both Device and Simulator (beside the warnings the library actually works).

rjyo commented 12 years ago

Same here... I think you can just try to use it. If it works, bingo!

EliaCereda commented 12 years ago

Alright, I asked because I didn't know if this was my fault...