iSubMusicStreamer
iSubMusicStreamer copied to clipboard
Fix warnings
This PR fixes all compile-time warnings (except for one that's inside GCDWebServer, nothing we can do about that) and several run-time warnings that manifest themselves at launch time.
In BassGaplessPlayer.m I have changed BOOL to BOOL32 because I have updated LibBASS. That update appears in a different PR. If you want this to compile without merging that PR first, just change BOOL32 back to BOOL.