aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2021-03-12 23:56:42 +0100
committerMarvin Borner2021-03-12 23:56:42 +0100
commite8f17844d05fdc0e44d3793dc73996c7c09e44d6 (patch)
tree5d4cae66d97f2507aad7fe86ed11867b9a939bbe /apps
parent928f2662d1469e815a7e32e04d6c68bae4a61c14 (diff)
New memory allocation algorithms
Diffstat (limited to 'apps')
-rw-r--r--apps/init.c3
1 files changed, 2 insertions, 1 deletions
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) {
};