mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
COVA11876: WARN_UNUSED_RESULT on lws_buflist_append_segment
This commit is contained in:
parent
7bbf6ebc7e
commit
dd14603156
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ struct lws_buflist;
|
|||
* Returns -1 on OOM, 1 if this was the first segment on the list, and 0 if
|
||||
* it was a subsequent segment.
|
||||
*/
|
||||
LWS_VISIBLE LWS_EXTERN int
|
||||
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT
|
||||
lws_buflist_append_segment(struct lws_buflist **head, const uint8_t *buf,
|
||||
size_t len);
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue