buildroot/package/bandwidthd
Fabrice Fontaine 41cc0f2272 package/bandwidthd: fix build with gcc >= 14
Fix the following build failure with gcc >= 14:

parser.c: In function 'yyparse':
parser.c:1196:16: error: implicit declaration of function 'yylex' [-Wimplicit-function-declaration]
 1196 |       yychar = yylex ();
      |                ^~~~~

While at it, update Upstream tag of first patch

Fixes:
 - http://autobuild.buildroot.org/results/33364071de4e5e51a2ac2337b82d145f71e0e64a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-07-22 14:32:33 +02:00
..
0001-src-bandwidthd.h-fix-build-with-gcc-10.patch package/bandwidthd: fix build with gcc >= 14 2024-07-22 14:32:33 +02:00
0002-src-parser.y-fix-build-with-gcc-14.patch package/bandwidthd: fix build with gcc >= 14 2024-07-22 14:32:33 +02:00
bandwidthd.hash
bandwidthd.mk
bandwidthd.service
Config.in