| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Remove the const cast from the initialization of boardioc_symtab_s::symtab Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Kconfig: Make indent consistent with TABS | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
lv_porting/gpu: eliminate warnings Signed-off-by: Peter Bee <bijunda1@xiaomi.com> | 2 个月前 | |
netutils/dhcp6c: fix printf-style format strings build warning apps/netutils/dhcp6c/dhcp6c.c: In function ‘dhcp6c_command’: apps/netutils/dhcp6c/dhcp6c.c:865:21: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘ssize_t’ {aka ‘long int’} [-Wformat=] 865 | ninfo("%s[type:%d] recv len[%d]\n", __func__, type, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | ssize_t {aka long int} apps/netutils/dhcp6c/dhcp6c.c:865:44: note: format string is defined here 865 | ninfo("%s[type:%d] recv len[%d]\n", __func__, type, len); | ~^ | | | int | %ld Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 |