File audiofile-testpattern-fix.patch of Package audiofile
diff -Naru audiofile-0.3.6_orig/test/sixteen-stereo-to-eight-mono.c audiofile-0.3.6/test/sixteen-stereo-to-eight-mono.c
--- audiofile-0.3.6_orig/test/sixteen-stereo-to-eight-mono.c 2024-10-16 16:16:22.111832767 +0900
+++ audiofile-0.3.6/test/sixteen-stereo-to-eight-mono.c 2024-10-16 16:17:35.218172533 +0900
@@ -58,7 +58,7 @@
afInitChannels(setup, AF_DEFAULT_TRACK, 2);
char testFileName[PATH_MAX];
- if (!createTemporaryFile("sixteen-to-eight", &testFileName))
+ if (!createTemporaryFile("sixteen-to-eight", (char *)(&testFileName)))
{
fprintf(stderr, "Could not create temporary file.\n");
exit(EXIT_FAILURE);