From 913764dfca7b546719a004c17c081ca9f42ba13e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 28 Oct 2020 18:22:38 +0100 Subject: Added container functions And some other stuff - as always in this highly professional project --- apps/init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index 192224b..23f0773 100644 --- a/apps/init.c +++ b/apps/init.c @@ -6,8 +6,9 @@ int main(int argc, char **argv) { - printf("ARGC: %d\n", argc); - printf("[%s loaded]\n", argv[0]); + (void)argc; + /* printf("ARGC: %d\n", argc); */ + /* printf("[%s loaded]\n", argv[0]); */ int wm = exec("/wm", "wm", argv[1], NULL); int test = exec("/window", "test", NULL); -- cgit v1.2.3