cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth
This commit is contained in:
@@ -5,3 +5,7 @@ set(COMPONENT_SRCS "ble_hidd_demo_main.c"
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
register_component()
|
||||
|
||||
if(GCC_NOT_5_2_0)
|
||||
component_compile_options(-Wno-unused-const-variable)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user