Fix old-style warnings all over the codebase
As caught by compiling with `-Wold-style-definition` and `-Wstrict-prototypes`.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <libpeas/peas.h>
|
||||
|
||||
static void
|
||||
test_account_basic ()
|
||||
test_account_basic (void)
|
||||
{
|
||||
CallsCredentials *alice = calls_credentials_new ();
|
||||
CallsCredentials *bob = calls_credentials_new ();
|
||||
|
||||
Reference in New Issue
Block a user