aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r--miscutils/mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c
index c56a8e0ca..586373d13 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -81,7 +81,7 @@ static const char opcode_name[] ALIGN1 =
81 "weof" "\0"; 81 "weof" "\0";
82 82
83int mt_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 83int mt_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
84int mt_main(int argc ATTRIBUTE_UNUSED, char **argv) 84int mt_main(int argc UNUSED_PARAM, char **argv)
85{ 85{
86 const char *file = "/dev/tape"; 86 const char *file = "/dev/tape";
87 struct mtop op; 87 struct mtop op;