OK 

—
Antoine

> On Nov 9, 2023, at 22:59, Jeremie Courreges-Anglas <j...@wxcvbn.org> wrote:
> 
> 
> Straightforward, no bump needed.  ok?
> 
> (There's too much -Werror in this port for my taste, but we've had this
> discussion already.)
> 
> 
> Index: patches/patch-compose_asc-globals_c
> ===================================================================
> RCS file: patches/patch-compose_asc-globals_c
> diff -N patches/patch-compose_asc-globals_c
> --- /dev/null    1 Jan 1970 00:00:00 -0000
> +++ patches/patch-compose_asc-globals_c    9 Nov 2023 22:28:11 -0000
> @@ -0,0 +1,15 @@
> +Fix fatal error with llvm 16
> +error: a function declaration without a prototype is deprecated in all 
> versions of C [-Werror,-Wstrict-prototypes]
> +
> +Index: compose/asc-globals.c
> +--- compose/asc-globals.c.orig
> ++++ compose/asc-globals.c
> +@@ -455,7 +455,7 @@ asc_globals_get_hint_tag_details (const gchar *tag)
> +  * 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;
> 
> 
> --
> jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to