Closed dimitre closed 2 years ago
This function returns this error
Non-void function does not return a value in all control paths
https://github.com/astellato/ofxSyphon/blob/01345475bd8dd14f0b14d3d32e39507953d95282/src/ofxSyphonClient.mm#L43-L63
not pretty but can be solved with
[pool drain]; return *this;
think this was closed by #49
This function returns this error
https://github.com/astellato/ofxSyphon/blob/01345475bd8dd14f0b14d3d32e39507953d95282/src/ofxSyphonClient.mm#L43-L63