From a75c766f80126525e8dfa525b32252ba38b17b26 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 30 Oct 2021 20:54:23 +0200 Subject: cc: some proper checking of return types and some primitive check for missing or superflous return statements --- miniany/test1.c | 1 - 1 file changed, 1 deletion(-) (limited to 'miniany/test1.c') diff --git a/miniany/test1.c b/miniany/test1.c index 4c919ce..20986e3 100644 --- a/miniany/test1.c +++ b/miniany/test1.c @@ -1,6 +1,5 @@ /* test1 */ -/* TODO: check void (no return allowed) and check for int (in this case it is required) */ int f( ) { return 42; -- cgit v1.2.3-54-g00ecf