ports/devel/appstream/files/patch-compose_asc-globals.c
Gleb Popov 39cd10579c devel/appstream: Add patch to fix build with recent Clang.
Sponsored by:	Serenity Cybersecurity, LLC
2023-04-15 20:50:00 +03:00

11 lines
345 B
C

--- compose/asc-globals.c.orig 2023-02-10 19:54:13 UTC
+++ compose/asc-globals.c
@@ -455,7 +455,7 @@ gchar**
* Returns: (transfer full): A list of valid hint tags. Free with %g_strfreev
*/
gchar**
-asc_globals_get_hint_tags ()
+asc_globals_get_hint_tags (void)
{
AscGlobalsPrivate *priv = asc_globals_get_priv ();
GHashTableIter iter;