From 6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 19 Nov 2023 11:25:46 +0100 Subject: Added void in function declaration for tests --- test/080_allowednext/allowednext_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/080_allowednext') diff --git a/test/080_allowednext/allowednext_tests.c b/test/080_allowednext/allowednext_tests.c index 98a437f..7ae7f66 100644 --- a/test/080_allowednext/allowednext_tests.c +++ b/test/080_allowednext/allowednext_tests.c @@ -11,7 +11,7 @@ static char *moves[] = { "B", "B2", "B'", }; -int main() { +int main(void) { char movestr[STRLENMAX]; uint8_t m[100], next; int n, i, j; -- cgit v1.3