Implicit conversion warning with JUCE_MODAL_LOOPS_PERMITTED = 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

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?