liqinhui
a60185cc40
net:Fix the warnings.
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>
2024-08-21 23:30:49 +08:00
..
2024-06-06 02:40:16 +08:00
2024-04-07 10:42:56 -03:00
2024-06-14 19:54:07 +08:00
2024-07-14 13:20:14 -03:00
2024-08-20 11:21:08 -03:00
2024-08-21 01:33:28 +08:00
2024-04-07 10:42:56 -03:00
2023-11-16 07:29:48 -08:00
2024-06-20 09:43:05 +08:00
2024-06-20 09:43:05 +08:00
2024-06-20 09:43:05 +08:00
2024-06-02 09:27:36 -03:00
2024-08-08 17:19:42 +08:00
2023-11-07 19:30:36 +08:00
2024-04-18 13:03:59 +08:00
2024-05-14 10:05:37 -03:00
2024-08-21 01:37:06 +08:00
2024-07-14 20:33:18 +08:00
2024-06-06 09:27:50 +02:00
2024-08-20 13:41:49 +08:00
2024-01-25 11:25:03 -03:00
2024-05-14 22:05:35 +08:00
2024-02-18 04:09:34 -08:00
2024-06-05 23:22:15 +08:00
2023-11-18 03:10:29 -08:00
2024-08-21 23:30:49 +08:00
2024-06-22 19:26:14 -03:00
2024-04-07 10:42:56 -03:00
2024-08-21 01:38:23 +08:00
2023-07-08 13:50:48 +08:00
2024-06-20 09:43:05 +08:00
2024-06-20 09:43:05 +08:00