PortMidi / portmidi

portmidi is a cross-platform MIDI input/output library
Other
116 stars 31 forks source link

Fix functions without prototypes. #42

Closed jwmdykes closed 1 year ago

jwmdykes commented 1 year ago

We should never define a function without a prototype (like "void function()"), but instead should always use "void function(void)". This was causing an error in Clang 15.