Heinrich Schuchardt
923de765ee
tools: spkgimage: correct printf specifier
...
Compiling on armv7 results in:
tools/renesas_spkgimage.c: In function ‘spkgimage_parse_config_line’:
tools/renesas_spkgimage.c:76:66: warning: format ‘%ld’ expects
argument of type ‘long int’, but argument 3 has type ‘size_t’
{aka ‘unsigned int’} [-Wformat=]
76 | "config error: unknown keyword on line %ld\n",
| ~~^
| |
| long int
| %d
77 | line_num);
| ~~~~~~~~
| |
| size_t {aka unsigned int}
The correct printf specifier for size_t is '%zu'.
Fixes: afdfcb11f9
("tools: spkgimage: add Renesas SPKG format")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com >
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org >
2023-07-05 16:14:54 -04:00
..
2023-05-11 10:25:29 +08:00
2023-05-03 18:30:46 -04:00
2023-04-04 14:50:47 -04:00
2023-05-03 18:30:46 -04:00
2023-04-25 15:31:28 -04:00
2023-02-04 18:19:00 +01:00
2023-04-28 11:49:00 -06:00
2023-03-08 11:40:49 -08:00
2023-03-14 16:08:52 -06:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2022-02-28 10:33:11 -05:00
2022-10-31 14:47:33 -04:00
2022-12-22 10:31:47 -05:00
2023-04-06 19:10:08 -04:00
2022-01-26 08:50:43 -07:00
2022-12-08 09:29:02 -05:00
2022-01-26 08:50:42 -07:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-01-27 12:51:26 -05:00
2023-01-18 11:49:13 -07:00
2022-01-28 17:58:41 -05:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-03-29 11:58:26 -04:00
2022-10-12 08:56:24 -04:00
2022-07-25 15:35:34 +02:00
2023-03-29 11:58:26 -04:00
2023-04-13 11:34:47 +02:00
2022-02-17 14:17:07 +01:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-05-13 04:01:30 +02:00
2022-06-23 12:58:18 -04:00
2022-10-31 14:47:33 -04:00
2022-11-23 13:06:12 -05:00
2023-04-13 11:34:47 +02:00
2023-06-23 14:38:16 -04:00
2023-02-07 14:33:47 -05:00
2023-04-13 11:34:47 +02:00
2022-09-23 15:09:16 -04:00
2022-09-23 15:09:16 -04:00
2022-09-23 15:09:16 -04:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2022-02-28 12:01:02 +05:30
2023-04-20 20:45:08 +08:00
2023-04-20 20:45:08 +08:00
2022-12-08 09:29:02 -05:00
2023-03-22 15:22:48 -04:00
2023-03-13 11:46:17 +01:00
2023-07-05 16:14:54 -04:00
2023-05-13 04:01:30 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-03-08 11:40:49 -08:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2022-09-13 06:38:08 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00
2022-02-15 12:41:00 +01:00
2022-06-24 14:37:27 +02:00
2023-04-13 11:34:47 +02:00
2023-04-13 11:34:47 +02:00