Michael Gorse
29819e572c
- added patches fix build with gcc14 + libcuefile-gcc14.patch OBS-URL: https://build.opensuse.org/request/show/1173692 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcuefile?expand=0&rev=8
14 lines
330 B
Diff
14 lines
330 B
Diff
Index: src/cue_parse.c
|
|
===================================================================
|
|
--- src/cue_parse.c.orig
|
|
+++ src/cue_parse.c
|
|
@@ -1508,6 +1508,8 @@ extern int cue_lineno;
|
|
extern int yydebug;
|
|
extern FILE *cue_yyin;
|
|
|
|
+void cue_delete_buffer();
|
|
+
|
|
void yyerror (char *s)
|
|
{
|
|
fprintf(stderr, "%d: %s\n", cue_lineno, s);
|