Running the Xcode static analyzer i get few warnings:
Dead store
JuceLibraryCode/modules/juce_graphics/unicode/sheenbidi/Source/SBParagraph.c:275:5: Value stored to 'lastLink' is never read
JuceLibraryCode/modules/juce_graphics/fonts/harfbuzz/hb-ot-layout-common.hh:3756:7: Value stored to 'varStore' is never read
JuceLibraryCode/modules/juce_graphics/fonts/harfbuzz/hb-ot-var-gvar-table.hh:706:6: Value stored to 'flush' is never read
JuceLibraryCode/modules/juce_graphics/fonts/harfbuzz/hb-buffer-deserialize-text-glyphs.hh:325:46: Value stored to 'eof' during its initialization is never read
JuceLibraryCode/modules/juce_graphics/fonts/harfbuzz/hb-buffer-deserialize-text-unicode.hh:175:46: Value stored to 'eof' during its initialization is never read
JuceLibraryCode/modules/juce_graphics/fonts/harfbuzz/hb-buffer-verify.cc:174:5: Value stored to 'start' is never read
JuceLibraryCode/modules/juce_graphics/fonts/harfbuzz/hb-buffer-verify.cc:305:7: Value stored to 'start' is never read
JuceLibraryCode/modules/juce_graphics/fonts/harfbuzz/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh:102:5: Value stored to 'count' is never read
JuceLibraryCode/modules/juce_graphics/fonts/harfbuzz/hb-ot-shaper-myanmar-machine.hh:450:2: Value stored to 'te' is never read
It’s an old version of Xcode (12.5) by the way ; didn’t try with more recent.
