Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82ba02dd authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 7c93add4: Merge "Suppress the warning compiled with gcc-4.9"

* commit '7c93add4':
  Suppress the warning compiled with gcc-4.9
parents 57140728 7c93add4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ void gatt_dequeue_sr_cmd (tGATT_TCB *p_tcb)
static BOOLEAN process_read_multi_rsp (tGATT_SR_CMD *p_cmd, tGATT_STATUS status,
                                       tGATTS_RSP *p_msg, UINT16 mtu)
{
    tGATTS_RSP       *p_rsp;
    tGATTS_RSP       *p_rsp = NULL;
    UINT16          ii, total_len, len;
    BT_HDR          *p_buf = (BT_HDR *)GKI_getbuf((UINT16)sizeof(tGATTS_RSP));
    UINT8           *p;