qulogic/gplugin

Fix a warning in the test-loader-registration unit test
feature/loader-registration-cleanup
2020-02-23, Gary Kramlich
50f787185664
Parents f10c8513f4e1
Children 7d8168ca6f7b
Fix a warning in the test-loader-registration unit test
--- a/gplugin/tests/test-loader-registration.c Sun Feb 23 04:07:59 2020 -0600
+++ b/gplugin/tests/test-loader-registration.c Sun Feb 23 04:13:35 2020 -0600
@@ -35,7 +35,7 @@
};
static GSList *
-test_gplugin_loader_supported_extensions(G_GNUC_UNUSED GPluginLoaderClass *klass) {
+test_gplugin_loader_supported_extensions(G_GNUC_UNUSED GPluginLoader *loader) {
return NULL;
}