buildroot/package/can-utils
Fabrice Fontaine 3720250420 package/can-utils: fix build with gcc >= 14
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>
2024-07-24 22:03:26 +02:00
..
0001-Don-t-compile-programs-using-fork-on-MMU-less-system.patch
0002-j1939acd-remove-legacy-poption-prefix-to-use-when-logging.patch package/can-utils: fix build with gcc >= 14 2024-07-24 22:03:26 +02:00
can-utils.hash
can-utils.mk
Config.in