Remove const qualifier from return type
A 'const' type qualifier on a float return type has no effect since float is returned by value.
Loading
Please register or sign in to comment
A 'const' type qualifier on a float return type has no effect since float is returned by value.