Re: [OE-core] [PATCH] enchant2: Disable incompatible-pointer-types warning as error

2024-05-09 Thread Ross Burton
On 9 May 2024, at 05:14, Khem Raj via lists.openembedded.org wrote: > +#api.vala:43:18: error: assignment to 'gchar **' {aka 'char **'} from > incompatible pointer type 'const gchar * const*' {aka 'const char * const*'} > [-Wincompatible-pointer-types] > + > +CFLAGS += "-Wno-error=incompatible

[OE-core] [PATCH] enchant2: Disable incompatible-pointer-types warning as error

2024-05-08 Thread Khem Raj
This fixes build with GCC-14 Signed-off-by: Khem Raj --- meta/recipes-support/enchant/enchant2_2.7.2.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/enchant/enchant2_2.7.2.bb b/meta/recipes-support/enchant/enchant2_2.7.2.bb index 08998dd48fe..7e175852556 100644 -