Building on Mac Intel: OTAtomicAdd32 deprecated

I’m using Juce on a Intel Mac, everything works fine.
When building my project with 10.4 universal sdk, I get warnings in juce_Atomic.h: “OTAtomicAdd32 is deprecated”. Doesn’t hurt but is very annoying because for every file that includes juce.h there are 9 of these.

That is annoying… I’ll have a go myself and see if they’ve got a replacement function for it.