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

This commit is contained in:
Rahul Tank
2023-05-08 09:19:31 +02:00
committed by Szymon Janc
parent d44e2fc719
commit 2fb2440f49
+1 -1
View File
@@ -1956,7 +1956,7 @@ static int
ble_gattc_find_inc_svcs_rx_adata(struct ble_gattc_proc *proc,
struct ble_att_read_type_adata *adata)
{
struct ble_gatt_svc service;
struct ble_gatt_svc service = {0};
int call_cb;
int cbrc;
int rc;