iSubMusicStreamer icon indicating copy to clipboard operation
iSubMusicStreamer copied to clipboard

Fix warnings

Open mattneub opened this issue 8 months ago • 0 comments

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.

mattneub avatar Dec 22 '23 20:12 mattneub