aboutsummaryrefslogtreecommitdiff
path: root/apps/init.c
diff options
context:
space:
mode:
authorMarvin Borner2020-10-28 18:22:38 +0100
committerMarvin Borner2020-10-28 18:22:38 +0100
commit913764dfca7b546719a004c17c081ca9f42ba13e (patch)
tree1f13680cb392d16e3d3d3f336475e03598619e24 /apps/init.c
parent197ea3ca20879b29fca41a07cf43e5b04b9c5083 (diff)
Added container functions
And some other stuff - as always in this highly professional project
Diffstat (limited to 'apps/init.c')
-rw-r--r--apps/init.c5
1 files changed, 3 insertions, 2 deletions
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);