monome / serialosc

multi-device, bonjour-capable monome OSC server
http://monome.org/docs/serialosc/osc
Other
145 stars 31 forks source link

fix address-of-packed-member compiler warnings (fixes #28) #42

Closed artfwo closed 6 years ago

artfwo commented 6 years ago

This fixes compiler warnings with clang (#28). Buffer size for IPC messages is also increased so the new structures actually fit into the allocated buffers. Also fixes a problem with the arc described in the linked lines post.