coverity 156862 unused return value
authorAndy Green <andy.green@linaro.org>
Tue, 19 Jan 2016 13:27:44 +0000 (21:27 +0800)
committerAndy Green <andy.green@linaro.org>
Tue, 19 Jan 2016 13:27:44 +0000 (21:27 +0800)
Not exactly a problem...

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/extension.c

index d21be5e..f4d1c59 100644 (file)
@@ -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)