mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-03 10:55:15 +00:00
Add a few more unused-args annotations
There are no warnings now with -Wextra (which turns on -Wunused-…).
This commit is contained in:
5
mt.c
5
mt.c
@@ -749,7 +749,10 @@ static const char *st_formats[] = {
|
||||
"m", "v", "p", "x", "a", "y", "q", "z"};
|
||||
|
||||
/* Show the options if visible in sysfs */
|
||||
static int do_show_options(int mtfd, cmdef_tr *cmd, int argc, char **argv)
|
||||
static int do_show_options(int mtfd,
|
||||
cmdef_tr *cmd __attribute__((unused)),
|
||||
int argc __attribute__((unused)),
|
||||
char **argv __attribute__((unused)))
|
||||
{
|
||||
int i, fd, options, tapeminor, tapeno, tapemode;
|
||||
struct stat stat;
|
||||
|
||||
Reference in New Issue
Block a user