nimble/host: Fix compilation issues observed by enabling -O2 optimization

This commit is contained in:
Rahul Tank
2024-02-13 15:48:03 +01:00
committed by Szymon Janc
parent 1f559ab80b
commit 768a6c7165
+1 -1
View File
@@ -1509,7 +1509,7 @@ static int
ble_gattc_disc_all_svcs_rx_adata(struct ble_gattc_proc *proc,
struct ble_att_read_group_type_adata *adata)
{
struct ble_gatt_svc service;
struct ble_gatt_svc service = {0};
int cbrc;
int rc;