Compiler Warning (level 1) C4215

nonstandard extension used : long float

Microsoft C/C++ treats long float as double. Use double to maintain compatibility.

This extension can prevent your code from being portable to other compilers and will generate an error under the /Za command-line option.