Fix old-style warnings all over the codebase
As caught by compiling with `-Wold-style-definition` and `-Wstrict-prototypes`.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <libpeas/peas.h>
|
||||
|
||||
static void
|
||||
test_calls_plugin_loading ()
|
||||
test_calls_plugin_loading (void)
|
||||
{
|
||||
g_autoptr (CallsProvider) dummy_provider = NULL;
|
||||
g_autoptr (CallsProvider) mm_provider = NULL;
|
||||
|
Reference in New Issue
Block a user