summaryrefslogtreecommitdiff
path: root/sys/src/9/boot/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/9/boot/boot.c')
-rw-r--r--sys/src/9/boot/boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/boot/boot.c b/sys/src/9/boot/boot.c
index 3f947047d..5ec3118fb 100644
--- a/sys/src/9/boot/boot.c
+++ b/sys/src/9/boot/boot.c
@@ -33,6 +33,7 @@ boot(int argc, char *argv[])
print("%lux %s ", (ulong)argv[i], argv[i]);
print("\n");
}
+ USED(argc);
readfile("#e/cputype", cputype, sizeof(cputype));
setenv("bootdisk", bootdisk, 0);