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

Fix mac build with strict warnings #258

Closed JoshMarler closed 3 years ago

JoshMarler commented 3 years ago

@nick-thompson, this is rearing it's head with our warning settings. Complains when you have no previous declaration of the non-static function inside the react_juce namespace. Moving into anonymous namespace resolves.

nick-thompson commented 3 years ago

:+1: :D