@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 FYI: the upstream json-glib uses G_GNUC_FALLTHROUGH at more places in json-scanner.c defining it once for all the uses is a better solution. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1479#pullrequestreview-3011365200 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1479/review/[email protected]>
