fundamental / rtosc

Realtime Safe OSC packet serialization and dispatch
https://fundamental-code.com/wiki/rtosc/
MIT License
85 stars 16 forks source link

Fix 'taking address of temporary' when compiled as C++ #36

Closed falkTX closed 7 years ago

falkTX commented 7 years ago

rtosc gets compiled with g++ in carla. needs this change in order to build, without -fpermissive.

falkTX commented 7 years ago

I just realized this will break the build for gcc, so not really useful :P need to adapt it a little bit...

falkTX commented 7 years ago

ok should be good now.

fundamental commented 7 years ago

Thanks for the fix :+1: