a60185cc40
tcp/tcp_send_buffered.c: In function 'psock_send_eventhandler': tcp/tcp_send_buffered.c:1025:17: warning: format '%u' expects argument of type 'unsigned int', but argument 9 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1025 | ninfo("SEND: wrb=%p seq=%" PRIu32 " pktlen=%u sent=%u sndlen=%zu " | ^~~~~~~~~~~~~~~~~~~~ ...... 1030 | conn->snd_wnd, seq, remaining_snd_wnd); | ~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} wireless/ieee80211/bcm43xxx/bcmf_netdev.c: In function 'bcmf_addmac': wireless/ieee80211/bcm43xxx/bcmf_netdev.c:879:26: warning: unused variable 'priv' [-Wunused-variable] 879 | FAR struct bcmf_dev_s *priv = (FAR struct bcmf_dev_s *)dev->d_private; | ^~~~ Signed-off-by: liqinhui <liqinhui@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Make.defs | ||
tcp.h | ||
tcp_accept.c | ||
tcp_appsend.c | ||
tcp_backlog.c | ||
tcp_callback.c | ||
tcp_cc.c | ||
tcp_close.c | ||
tcp_conn.c | ||
tcp_connect.c | ||
tcp_devpoll.c | ||
tcp_dump.c | ||
tcp_finddev.c | ||
tcp_getsockopt.c | ||
tcp_input.c | ||
tcp_ioctl.c | ||
tcp_ipselect.c | ||
tcp_listen.c | ||
tcp_monitor.c | ||
tcp_netpoll.c | ||
tcp_notifier.c | ||
tcp_recvfrom.c | ||
tcp_recvwindow.c | ||
tcp_send.c | ||
tcp_send_buffered.c | ||
tcp_send_unbuffered.c | ||
tcp_sendfile.c | ||
tcp_seqno.c | ||
tcp_setsockopt.c | ||
tcp_shutdown.c | ||
tcp_timer.c | ||
tcp_txdrain.c | ||
tcp_wrbuffer.c |