GNOME Bugzilla – Bug 765377
Void function 'gs_plugin_loader_open_plugin' should not return a value
Last modified: 2016-04-21 16:11:52 UTC
This error was caught by clang: CC gnome_software-gs-plugin-loader-sync.o gs-plugin-loader.c:3143:3: error: void function 'gs_plugin_loader_open_plugin' should not return a value [-Wreturn-type] return NULL; ^ ~~~~ 8 warnings and 1 error generated. Makefile:1708: recipe for target 'gnome_software-gs-plugin-loader.o' failed
Created attachment 326494 [details] [review] trivial: gs_plugin_loader_open_plugin should not return a value
Pushed, thanks!