mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bluedroid: suppress some -Waddress-of-packed-member warnings
This commit is contained in:
parent
e44d7fbaed
commit
bcfec4ad74
@ -673,6 +673,13 @@ if(CONFIG_BT_ENABLED)
|
|||||||
target_link_libraries(${COMPONENT_LIB} PRIVATE nimblelib)
|
target_link_libraries(${COMPONENT_LIB} PRIVATE nimblelib)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set_source_files_properties(
|
||||||
|
"host/bluedroid/bta/gatt/bta_gattc_act.c"
|
||||||
|
"host/bluedroid/bta/gatt/bta_gattc_cache.c"
|
||||||
|
"host/bluedroid/btc/profile/std/gatt/btc_gatt_util.c"
|
||||||
|
"host/bluedroid/btc/profile/std/gatt/btc_gatts.c"
|
||||||
|
PROPERTIES COMPILE_FLAGS -Wno-address-of-packed-member)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_BT_NIMBLE_MESH)
|
if(CONFIG_BT_NIMBLE_MESH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user