examples/bluetooth: suppress -Waddress-of-packed-member warning

This commit is contained in:
Anton Maklakov
2022-01-30 20:49:42 +07:00
parent b69efa20ad
commit c89974b7cf
3 changed files with 35 additions and 0 deletions
@@ -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)