aboutsummaryrefslogtreecommitdiff
path: root/apps/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/init.c')
-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) {
};