diff --git a/modules/juce_core/maths/juce_MathsFunctions.h b/modules/juce_core/maths/juce_MathsFunctions.h index a4068a8949..bf13551a78 100644 --- a/modules/juce_core/maths/juce_MathsFunctions.h +++ b/modules/juce_core/maths/juce_MathsFunctions.h @@ -346,7 +346,7 @@ const float float_Pi = 3.14159265358979323846f; platform-independent function for it. */ template -inline bool juce_isfinite (NumericType value) noexcept +inline bool juce_isfinite (NumericType) noexcept { return true; // Integer types are always finite }