coverity 156862 unused return value
Not exactly a problem... Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
d3a5505542
commit
2ec7c85e99
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ lws_ext_parse_options(const struct lws_extension *ext, struct lws *wsi,
|
|||
oa.len++;
|
||||
|
||||
set_arg:
|
||||
m = ext->callback(lws_get_context(wsi),
|
||||
ext->callback(lws_get_context(wsi),
|
||||
ext, wsi, LWS_EXT_CB_OPTION_SET,
|
||||
ext_user, (char *)&oa, 0);
|
||||
if (len == 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue