wangyongrong 5f1de35936 rpsock_client.c: fix printf format warning
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>
2024-01-12 01:22:23 -08:00
..
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00
2023-12-03 14:27:14 -03:00
2023-08-17 22:51:51 +03:00
2023-07-08 13:52:02 +08:00
2023-07-20 01:44:39 +08:00
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00
2023-11-06 09:02:42 +08:00
2023-10-06 17:24:44 +08:00
2023-10-21 11:04:41 +08:00
2023-07-08 13:52:02 +08:00
2023-09-25 16:21:40 -04:00
2023-07-08 13:52:02 +08:00