You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/23 17:03:08 UTC

[GitHub] [incubator-nuttx-apps] fjpanag commented on a diff in pull request #1382: Fixed compiler warnings.

fjpanag commented on code in PR #1382:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1382#discussion_r1002740068


##########
netutils/webclient/webclient.c:
##########
@@ -904,6 +906,7 @@ static inline int wget_parsechunkheader(struct webclient_context *ctx,
 static inline int wget_parsechunkenddata(struct webclient_context *ctx,
                                          struct wget_s *ws)
 {
+  UNUSED(ctx);

Review Comment:
   Done.



##########
netutils/webclient/webclient.c:
##########
@@ -794,6 +795,7 @@ static inline int wget_parseheaders(struct webclient_context *ctx,
 static inline int wget_parsechunkheader(struct webclient_context *ctx,
                                         struct wget_s *ws)
 {
+  UNUSED(ctx);

Review Comment:
   Done.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org