gplugin/gplugin

Removed some G_GNUC_UNUSED now that we're actually using those parameters
feature/loader-error-messages
2019-11-07, Gary Kramlich
5a6c8ebf9191
Parents d760868a67d3
Children 0170b9bdf187
Removed some G_GNUC_UNUSED now that we're actually using those parameters
--- a/lua/gplugin-lua-core.c Thu Nov 07 22:30:19 2019 -0600
+++ b/lua/gplugin-lua-core.c Thu Nov 07 22:51:19 2019 -0600
@@ -63,7 +63,7 @@
G_MODULE_EXPORT gboolean
gplugin_unload(G_GNUC_UNUSED GPluginNativePlugin *plugin,
- G_GNUC_UNUSED GError **error)
+ GError **error)
{
g_set_error_literal(
error,
--- a/python/gplugin-python-core.c Thu Nov 07 22:30:19 2019 -0600
+++ b/python/gplugin-python-core.c Thu Nov 07 22:51:19 2019 -0600
@@ -62,7 +62,7 @@
G_MODULE_EXPORT gboolean
gplugin_unload(G_GNUC_UNUSED GPluginNativePlugin *plugin,
- G_GNUC_UNUSED GError **error)
+ GError **error)
{
g_set_error_literal(
error,
--- a/tcc/gplugin-tcc-core.c Thu Nov 07 22:30:19 2019 -0600
+++ b/tcc/gplugin-tcc-core.c Thu Nov 07 22:51:19 2019 -0600
@@ -62,7 +62,7 @@
G_MODULE_EXPORT gboolean
gplugin_unload(G_GNUC_UNUSED GPluginNativePlugin *plugin,
- G_GNUC_UNUSED GError **error)
+ GError **error)
{
g_set_error_literal(
error,