Add diagnostic message to yotta/cmake output to remind us that we have silenced warnings.
This commit is contained in:
parent
d5dfdbcc5e
commit
de681e68c3
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ target_link_libraries(microbit-dal
|
|||
)
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCC)
|
||||
message("suppressing warnings from mbed-classic, ble & ble-nrf51822")
|
||||
target_compile_options(mbed-classic PRIVATE "-w")
|
||||
target_compile_options(ble PRIVATE "-w")
|
||||
target_compile_options(ble-nrf51822 PRIVATE "-w")
|
||||
|
|
Loading…
Reference in a new issue