anchao opened a new pull request #5271: URL: https://github.com/apache/incubator-nuttx/pull/5271
## Summary net/sockif: explicit the member declaration To avoid the compile warning: ``` usrsock/usrsock_sockif.c:72:3: warning: initialization of ‘int (*)(struct socket **)’ from incompatible pointer type ‘int (*)(struct socket *, int, void *, size_t)’ {aka ‘int (*)(struct socket *, int, void *, long unsigned int)’} [-Wincompatible-pointer-types] 72 | usrsock_ioctl /* si_ioctl */ | ^~~~~~~~~~~~~ ``` Signed-off-by: chao.an <anc...@xiaomi.com> ## Impact N/A ## Testing ci-check -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org