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/08/04 07:31:22 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1248: ifconfig support set IPv6 DNS server

pkarashchenko commented on code in PR #1248:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1248#discussion_r937442335


##########
nshlib/nsh_netcmds.c:
##########
@@ -959,6 +972,9 @@ int cmd_ifconfig(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
 #ifdef CONFIG_NET_IPv4
   UNUSED(gip);
 #endif
+#ifdef CONFIG_NET_IPv6
+  (void)gip6;

Review Comment:
   ```suggestion
     UNUSED(gip6);
   ```
   Also please add same above.



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