JoshMarler / react-juce

Write cross-platform native apps with React.js and JUCE
https://docs.react-juce.dev
MIT License
764 stars 79 forks source link

Fixes GCC builds treating warnings as errors due to unusued function … #223

Closed JoshMarler closed 3 years ago

JoshMarler commented 3 years ago

…makeErrorObject.

We could have makeErrorObject be "static inline" but doesn't really
make sense to inline this function imho. Just move the util/helper
function definitions into cpp.