Frédéric Lécaille
ea492e3e47
BUILD: quic: Fix build for m68k cross-compilation
...
Fix several warinings as this one:
src/qmux_trace.c:80:45: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘const long long unsigned int’} [-Werror=format=]
80 | chunk_appendf(&trace_buf, " qcs=%p .id=%lu .st=%s",
| ~~^
| |
| long unsigned int
| %llu
81 | qcs, qcs->id,
| ~~~~~~~
| |
| uint64_t {aka const long long unsigned int}
compilation terminated due to -Wfatal-errors.
Cast remaining uint64_t variables as ullong with %llu as printf format and size_t
others as ulong with %lu as printf format.
Thank you to Ilya for having reported this issue in GH #1899 .
Must be backported to 2.6
2022-10-18 12:04:10 +02:00
..
2022-03-30 11:49:59 +02:00
2022-04-25 15:28:21 +02:00
2022-09-08 16:38:10 +02:00
2022-08-23 20:19:11 +02:00
2022-10-03 15:04:55 +02:00
2022-05-27 19:33:35 +02:00
2022-04-19 08:23:30 +02:00
2022-06-23 11:49:09 +02:00
2022-10-03 14:30:08 +02:00
2022-07-15 19:41:26 +02:00
2022-10-10 15:49:09 +02:00
2022-05-20 18:41:55 +02:00
2022-04-26 10:59:48 +02:00
2022-04-26 10:59:48 +02:00
2022-10-03 16:25:17 +02:00
2022-05-27 19:33:34 +02:00
2022-10-12 21:49:30 +02:00
2022-08-17 10:45:22 +02:00
2022-09-29 10:53:15 +02:00
2022-09-21 09:06:28 +02:00
2022-04-25 19:42:43 +02:00
2022-10-03 12:06:36 +02:00
2022-07-15 19:43:10 +02:00
2022-09-17 11:27:09 +02:00
2022-08-03 10:30:07 +02:00
2022-10-13 16:50:22 +02:00
2022-09-21 09:06:28 +02:00
2022-09-21 09:06:28 +02:00
2022-09-21 09:06:28 +02:00
2022-09-09 11:15:22 +02:00
2022-07-15 20:16:30 +02:00
2022-10-12 21:49:30 +02:00
2022-05-16 16:00:26 +02:00
2022-03-21 08:30:47 +01:00
2022-10-04 08:38:47 +02:00
2022-04-13 15:10:16 +02:00
2022-10-10 15:49:09 +02:00
2022-04-15 16:22:33 +02:00
2022-08-29 09:57:33 +02:00
2022-10-12 14:19:05 +02:00
2022-05-27 19:33:35 +02:00
2022-05-24 15:38:05 +02:00
2022-10-04 08:02:03 +02:00
2022-09-02 11:19:07 +02:00
2022-05-30 09:59:26 +02:00
2022-10-03 16:25:17 +02:00
2022-10-13 16:50:22 +02:00
2022-10-12 14:19:05 +02:00
2022-10-14 15:18:25 +02:00
2022-04-12 08:40:38 +02:00
2022-09-20 07:41:58 +02:00
2022-04-12 08:30:08 +02:00
2022-09-20 15:35:29 +02:00
2022-09-02 19:24:12 +02:00
2022-08-17 15:52:17 +02:00
2022-10-17 12:04:06 +02:00
2022-04-08 10:12:59 +02:00
2022-10-04 09:18:34 +02:00
2022-08-18 16:13:33 +02:00
2022-04-25 19:26:26 +02:00
2022-07-06 17:54:03 +02:00
2022-02-28 17:16:55 +01:00
2022-04-22 15:45:47 +02:00
2022-02-15 20:08:20 +01:00
2022-09-12 10:12:18 +02:00
2022-09-20 16:25:30 +02:00
2022-04-12 08:19:33 +02:00
2022-06-08 15:28:38 +02:00
2022-05-27 19:33:35 +02:00
2022-03-22 09:25:52 +01:00
2022-10-12 17:10:37 +02:00
2022-10-12 17:10:44 +02:00
2022-10-03 12:06:36 +02:00
2022-05-27 19:33:35 +02:00
2022-10-05 11:08:32 +02:00
2022-01-28 19:04:02 +01:00
2022-10-13 17:59:48 +02:00
2022-08-06 17:12:51 +02:00
2022-08-01 11:59:46 +02:00
2022-05-27 19:33:35 +02:00
2022-10-12 14:19:05 +02:00
2022-08-17 10:34:00 +02:00
2022-10-13 11:06:48 +02:00
2022-07-25 16:11:11 +02:00
2022-05-20 18:39:43 +02:00
2022-05-20 18:39:43 +02:00
2022-05-20 18:39:43 +02:00
2022-05-20 18:39:43 +02:00
2022-09-09 17:23:01 +02:00
2022-10-12 21:45:39 +02:00
2022-09-20 15:35:33 +02:00
2022-10-18 12:04:10 +02:00
2022-08-17 11:04:53 +02:00
2022-05-30 14:30:05 +02:00
2022-03-04 08:58:32 +01:00
2022-07-30 10:00:59 +02:00
2022-08-03 14:27:20 +02:00
2022-10-03 16:25:17 +02:00
2022-10-03 16:25:17 +02:00
2022-10-13 18:08:05 +02:00
2022-10-03 16:25:17 +02:00
2022-10-13 10:12:03 +02:00
2022-10-13 18:08:05 +02:00
2022-10-03 16:25:17 +02:00
2022-10-13 10:12:03 +02:00
2022-10-03 16:25:17 +02:00
2022-10-03 16:25:17 +02:00
2022-08-29 18:45:27 +02:00
2022-09-01 19:34:46 +02:00
2022-09-27 11:18:17 +02:00
2022-10-13 16:45:28 +02:00
2022-09-08 14:19:15 +02:00
2022-01-28 19:04:02 +01:00
2022-10-03 12:06:36 +02:00
2022-03-11 07:25:11 +01:00
2022-09-09 11:15:22 +02:00
2022-09-13 17:03:30 +02:00
2022-10-11 16:46:04 +02:00
2022-07-15 19:58:06 +02:00
2022-07-25 16:11:11 +02:00
2022-08-31 15:24:01 +02:00
2022-06-20 17:27:49 +02:00
2022-05-27 19:33:35 +02:00
2022-10-17 18:58:09 +02:00
2022-05-17 11:40:33 +02:00
2022-09-09 17:24:22 +02:00
2022-09-27 11:18:11 +02:00
2022-10-12 16:54:59 +02:00
2022-10-12 14:19:05 +02:00
2022-09-08 16:21:22 +02:00
2022-05-27 19:33:35 +02:00
2022-06-13 08:04:10 +02:00
2022-09-03 06:11:08 +02:00
2022-10-03 15:31:22 +02:00
2022-08-06 16:45:26 +02:00
2022-10-03 09:24:26 +02:00
2022-06-08 15:28:38 +02:00
2022-02-23 17:11:33 +01:00
2022-07-01 19:26:35 +02:00
2022-06-23 11:49:09 +02:00
2022-10-05 11:08:32 +02:00