command_bcache() does not use argv
Therefore mark argv __unused.
This commit is contained in:
parent
ca2ebb27ed
commit
726f09bc6a
@ -467,7 +467,7 @@ bcache_invalidate(struct bcache *bc, daddr_t blkno)
|
||||
COMMAND_SET(bcachestat, "bcachestat", "get disk block cache stats", command_bcache);
|
||||
|
||||
static int
|
||||
command_bcache(int argc, char *argv[])
|
||||
command_bcache(int argc, char *argv[] __unused)
|
||||
{
|
||||
if (argc != 1) {
|
||||
command_errmsg = "wrong number of arguments";
|
||||
|
Loading…
x
Reference in New Issue
Block a user