hunyadi-dev commented on a change in pull request #1020:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1020#discussion_r585313967
##########
File path: extensions/coap/nanofi/coap_functions.c
##########
@@ -115,6 +121,7 @@ int create_endpoint_context(coap_context_t **ctx, const
char *node, const char *
}
struct coap_pdu_t *create_request(struct coap_context_t *ctx, struct
coap_session_t *session, coap_optlist_t **optlist, unsigned char code,
coap_str_const_t *ptr) {
+ UNUSED(ctx);
Review comment:
If you don't use it, I think its better not to name it instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]