Windows ClangCL build warnings in 8.0.3

Thanks for looking into it, reuk.

The warning only occurs in juce_CharacterFunctions.h
which uses
constexpr auto inf = std::numeric_limits::infinity();

How do I remove or add ffast-math flag from source files? I’m using projucer to build my plugs.

ffast-math is useful for all the graphics stuff, like Fonts drawing etc.
The projucer has the Relax IEEE Compliance option, shouldn’t Juce be tested with that option Enabled?