Skip to content

Fix build with GCC 14

plugin-gda.c: In function 'open_connection':
plugin-gda.c:330:61: error: passing argument 1 of 'gda_connection_open_from_dsn' from incompatible pointer type [-Wincompatible-pointer-types]
In file included from /usr/include/libgda-6.0/libgda/libgda.h:36:
/usr/include/libgda-6.0/libgda/gda-connection.h:268:71: note: expected 'GdaDsnInfo *' {aka 'struct _GdaDsnInfo *'} but argument is of type 'gchar *' {aka 'char *'}

Merge request reports