supercollider / hidapi

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.
http://www.signal11.us/oss/hidapi/
Other
13 stars 14 forks source link

Eliminate some compiler/analyzer warnings #7

Closed mossheim closed 7 years ago

mossheim commented 7 years ago

Mostly adding initializations, removing unused variables, commenting out debug variables.

Also added an assert and a default switch case.

mossheim commented 7 years ago

I'm going to split this up into smaller pieces