pd-externals / midifile

Read and write MIDI files (.mid) with Pd
Other
0 stars 0 forks source link

fix unused param and conversion warnings #5

Closed danomatika closed 1 week ago

danomatika commented 1 year ago

This PR fixes unused param and char / const char pointer conversion warnings. I notice these in Xcode / clang on macOS.

danomatika commented 1 year ago

Added cast fixes for uint32_t and int conversion warnings which show up in Xcode. Also added a gitignore.