@techee commented on this pull request.
> @@ -38,6 +38,10 @@ #include <glib.h> #include <glib/gprintf.h> +#ifndef G_GNUC_FALLTHROUGH +# define G_GNUC_FALLTHROUGH /* GLib < 2.60 */ +#endif Ah, I've just read https://github.com/geany/geany-plugins/pull/1476#issuecomment-3063809906 so forget the above. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1479#discussion_r2202455991 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1479/review/[email protected]>
