Pre Merge pull request !1121 from shaopeijie/fix_los_queue_warning
This commit is contained in:
commit
60dfcb9144
|
@ -166,6 +166,8 @@ static UINT32 OsQueueCreate(const CHAR *queueName,
|
||||||
unusedQueue = LOS_DL_LIST_FIRST(&(g_freeQueueList));
|
unusedQueue = LOS_DL_LIST_FIRST(&(g_freeQueueList));
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
(void)staticMem;
|
||||||
|
|
||||||
queue = (UINT8 *)LOS_MemAlloc(m_aucSysMem0, (UINT32)len * msgSize);
|
queue = (UINT8 *)LOS_MemAlloc(m_aucSysMem0, (UINT32)len * msgSize);
|
||||||
if (queue == NULL) {
|
if (queue == NULL) {
|
||||||
return LOS_ERRNO_QUEUE_CREATE_NO_MEMORY;
|
return LOS_ERRNO_QUEUE_CREATE_NO_MEMORY;
|
||||||
|
|
Loading…
Reference in New Issue