<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2016-02-12 8:44 GMT+01:00 John Crispin <span dir="ltr"><<a href="mailto:blogic@openwrt.org" target="_blank">blogic@openwrt.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 10/02/2016 14:04, Emanuel Taube wrote:<br>
><br>
> diff --git a/libubus.h b/libubus.h<br>
> index 08dac49..d419205 100644<br>
> --- a/libubus.h<br>
> +++ b/libubus.h<br>
> @@ -285,7 +285,7 @@ int ubus_invoke_async(struct ubus_context *ctx, uint32_t obj, const char *method<br>
>  int ubus_send_reply(struct ubus_context *ctx, struct ubus_request_data *req,<br>
>                   struct blob_attr *msg);<br>
><br>
> -static inline void ubus_defer_request(struct ubus_context *ctx,<br>
> +static inline void ubus_defer_request(struct ubus_context *ctx __attribute__((__unused__)),<br>
>                                     struct ubus_request_data *req,<br>
>                                     struct ubus_request_data *new_req)<br>
>  {<br>
> @@ -293,7 +293,7 @@ static inline void ubus_defer_request(struct ubus_context *ctx,<br>
>      req->deferred = true;<br>
>  }<br>
><br>
> -static inline void ubus_request_set_fd(struct ubus_context *ctx,<br>
> +static inline void ubus_request_set_fd(struct ubus_context *ctx __attribute__((__unused__)),<br>
>                                      struct ubus_request_data *req, int fd)<br>
>  {<br>
>      req->fd = fd;<br>
><br>
<br>
</span>Hi,<br>
<br>
i am not sure what issue it solves. i have the suspicion that you are<br>
using a 3rd party app that links this lib and uses awesome gcc compile<br>
flags that blow up without this patch. could you explain the purpose of<br>
this patch ?<br>
<br></blockquote><div><br></div><div>Hi,<br><br></div><div>the purpose is to be able to compile anything with -Wextra (especially -Wunused-parameter) together with -Werror against this lib.<br><br></div><div>Regards,<br></div><div>Emanuel<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
        Johh<br>
_______________________________________________<br>
openwrt-devel mailing list<br>
<a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
<a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
</blockquote></div><br></div></div>