yfede
1
As per title, if you set JUCE_MODAL_LOOPS_PERMITTED to 1, you get the following warning:
JUCE/modules/juce_events/native/juce_MessageManager_mac.mm:395:67 Implicit conversion from ‘int64’ (aka ‘long long’) to ‘double’ may lose precision
Latest JUCE, Xcode 26.4.1, macOS 26.4
Also tested with the DemoRunner project that comes with JUCE
yfede
2
Also, there is
JUCE/modules/juce_audio_processors/format_types/pslextensions/ipslviewembedding.h:53:31 No newline at end of file
which appears because we use strictier warning levels than the default ones. Can this be fixed too?
reuk
3
I think the MODAL_LOOPS issues got fixed already, but we just pushed a fix for the missing-newline warning to the develop branch:
1 Like