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/010_math_permsign/permsgn_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/010_math_permsign') diff --git a/test/010_math_permsign/permsgn_tests.c b/test/010_math_permsign/permsgn_tests.c index dca9e6e..46c7377 100644 --- a/test/010_math_permsign/permsgn_tests.c +++ b/test/010_math_permsign/permsgn_tests.c @@ -2,7 +2,7 @@ int permsign(uint8_t *, int); -int main() { +int main(void) { char str[STRLENMAX]; uint8_t a[100]; int n, i, p; -- cgit v1.3