gentoo-ebuilds/games-board/maitretarot/files/maitretarot-0.1.98-gcc15.patch
Alexey Sokolov af6ebde821
games-board/maitretarot: update EAPI 7 -> 8, fix build with gcc15
Closes: https://bugs.gentoo.org/944264
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/41800
Closes: https://github.com/gentoo/gentoo/pull/41800
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-27 23:52:29 +01:00

13 lines
268 B
Diff

https://bugs.gentoo.org/944264
--- a/src/config_utils.c
+++ b/src/config_utils.c
@@ -29,7 +29,7 @@
#include "config_utils.h"
static void
-usage ()
+usage (char* a)
{
g_printerr (_
("maitretarot [-h | -- help] [-v | --version] [-p port] [-c filename]\n"));