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>
|
||
|---|---|---|
| .. | ||
| 0001-src-bandwidthd.h-fix-build-with-gcc-10.patch | ||
| 0002-src-parser.y-fix-build-with-gcc-14.patch | ||
| bandwidthd.hash | ||
| bandwidthd.mk | ||
| bandwidthd.service | ||
| Config.in | ||