From e8f17844d05fdc0e44d3793dc73996c7c09e44d6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 12 Mar 2021 23:56:42 +0100 Subject: New memory allocation algorithms --- apps/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/init.c b/apps/init.c index 6503022..705f178 100644 --- a/apps/init.c +++ b/apps/init.c @@ -8,7 +8,8 @@ int main(int argc, char **argv) { - log("%s loaded\n", argv[0]); + UNUSED(argc); + UNUSED(argv); while (1) { }; -- cgit v1.2.3