mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
1160c79146
Fix the following build failure with gcc >= 14:
j1939acd.c: In function 'main':
j1939acd.c:489:38: error: passing argument 1 of 'asprintf' from incompatible pointer type [-Wincompatible-pointer-types]
489 | if (asprintf(&program_invocation_name, "%s.%s",
| ^~~~~~~~~~~~~~~~~~~~~~~~
| |
| const char **
Fixes:
- http://autobuild.buildroot.org/results/1e2a533a936624249cd79d34983c889c3c4c2e3b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
0001-Don-t-compile-programs-using-fork-on-MMU-less-system.patch | ||
0002-j1939acd-remove-legacy-poption-prefix-to-use-when-logging.patch | ||
can-utils.hash | ||
can-utils.mk | ||
Config.in |