Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clang warnings -Wmissing-braces (#17867)
../../third_party/connectedhomeip/src/platform/nxp/k32w/k32w0/BLEManagerImpl.cpp:789:63: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] gapAdStructure_t adv_data[BLEKW_ADV_MAX_NO] = { 0 }; ^ {} ../../third_party/connectedhomeip/src/platform/nxp/k32w/k32w0/BLEManagerImpl.cpp:790:63: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] gapAdStructure_t scan_rsp_data[BLEKW_SCAN_RSP_MAX_NO] = { 0 }; ^ {} 2 errors generated.
- Loading branch information