5f1de35936
rpsock_client.c:203:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 203 | printf("client check fail total %d, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 204 | i %d, %08" PRIx32 ", %08x\n", | ~~~~~~~~~~ 205 | ALIGN_UP(total), i, intp[i], 206 | (ALIGN_UP(total) / sizeof(uint32_t) + i)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int Signed-off-by: wangyongrong <wangyongrong@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Make.defs | ||
Makefile | ||
rpsock_client.c | ||
rpsock_server.c |