@eht16 commented on this pull request.
> @@ -102,6 +102,10 @@ PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
> PLUGIN_NAME,
PLUGIN_VERSION, "Enrico Trotta
<[email protected]>")
+static void show_msgbox(GtkMessageType type, GtkButtonsType buttons,
This is to trick cppcheck: it complains that it doesn't know `G_GNUC_PRINTF`
when it is used in the function definition. But it is ok (probably ignored) if
it is used in the function declaration.
This macro is used in other places in G-P in function declarations as well, so
I guess it is fine.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1197#pullrequestreview-1178270527
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1197/review/[email protected]>