Add diagnostic message to yotta/cmake output to remind us that we have silenced warnings.

This commit is contained in:
Robert May 2015-11-18 23:04:59 +00:00
parent d5dfdbcc5e
commit de681e68c3
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ target_link_libraries(microbit-dal
) )
if(CMAKE_COMPILER_IS_GNUCC) if(CMAKE_COMPILER_IS_GNUCC)
message("suppressing warnings from mbed-classic, ble & ble-nrf51822")
target_compile_options(mbed-classic PRIVATE "-w") target_compile_options(mbed-classic PRIVATE "-w")
target_compile_options(ble PRIVATE "-w") target_compile_options(ble PRIVATE "-w")
target_compile_options(ble-nrf51822 PRIVATE "-w") target_compile_options(ble-nrf51822 PRIVATE "-w")