gentoo-ebuilds/media-sound/wavsplit/files/wavsplit-1.2.1-gcc15.patch
Alexey Sokolov 297dc7325c
media-sound/wavsplit: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/945262
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/43918
Closes: https://github.com/gentoo/gentoo/pull/43918
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2025-09-25 12:32:32 +02:00

13 lines
407 B
Diff

https://bugs.gentoo.org/945262
--- a/wavsplit.h
+++ b/wavsplit.h
@@ -113,7 +113,7 @@ static __inline__ short _LE_short (unsigned char *lp)
#endif
-static char *findchunk ();
+static char *findchunk (char *pstart, char *fourcc, size_t n);
static int readheader ();
static void Report (const char *Message, const char *Severity, int Verbose);
static int TokenOK (const char *Message, char **strPtr);