examples/bluetooth: suppress -Waddress-of-packed-member warning
This commit is contained in:
@@ -5,3 +5,7 @@ set(srcs "ble_mesh_fast_prov_client_model.c"
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES bt)
|
||||
|
||||
set_source_files_properties(
|
||||
"ble_mesh_fast_prov_server_model.c"
|
||||
PROPERTIES COMPILE_FLAGS -Wno-address-of-packed-member)
|
||||
|
||||
Reference in New Issue
Block a user