FPU initialization warning
Hello,
I am developing an application, starting from stm32 empty project.
The main file presents the following preprocessor header, that triggers the reported FPU initialization warning when I try to build the project.
#if !defined(__SOFT_FP__) && defined(__ARM_FP)
#warning "FPU is not initialized, but the project is compiling for an FPU. Please initialize the FPU before use."
#endif
The FPU project settings are the following.

Why I have this warning?
Regards,
Carlo

