27e1fd69f9
Fixes: #28097 The compiler warning flag `-Werror=implicit-int` was added using `set_compiler_property()` which will always add the compiler flag if the compiler flag supports it. This has been changed to `check_set_compiler_property()` which will check if the flag is among the list of `CXX_EXCLUDED_OPTIONS`, and only adds the flag if both the compiler supports it, and it is not an excluded option. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
---|---|---|
.. | ||
compiler_flags.cmake | ||
generic.cmake | ||
target.cmake | ||
target_arm.cmake | ||
target_riscv.cmake | ||
target_x86.cmake |