forked from wolfSSL/wolfssl
DtlsMsgCreateFragBucket: heap param might be unused
This commit is contained in:
committed by
David Garske
parent
a58e83847e
commit
281bb32edf
@@ -8243,6 +8243,7 @@ static DtlsFragBucket* DtlsMsgCreateFragBucket(word32 offset, const byte* data,
|
||||
if (data != NULL)
|
||||
XMEMCPY(bucket->buf, data, dataSz);
|
||||
}
|
||||
(void)heap;
|
||||
return bucket;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user