Fix old-style warnings all over the codebase

As caught by compiling with `-Wold-style-definition` and `-Wstrict-prototypes`.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-06-03 19:46:45 +00:00
parent 38abbc5b18
commit 96a7d901c1
20 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -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;