aboutsummaryrefslogtreecommitdiff
path: root/fesvr/device.cc
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-09-22 17:29:50 -0700
committerAndrew Waterman <andrew@sifive.com>2022-10-04 15:40:01 -0700
commitf8752d8feea04303d5f3bdeabce8864b3b2430ed (patch)
tree8dede6336fe10cd2e6f14a354ec7b081ad47980f /fesvr/device.cc
parentac89fe6ce3150dc651238991235b7f2e8ac93aec (diff)
downloadriscv-isa-sim-f8752d8feea04303d5f3bdeabce8864b3b2430ed.zip
riscv-isa-sim-f8752d8feea04303d5f3bdeabce8864b3b2430ed.tar.gz
riscv-isa-sim-f8752d8feea04303d5f3bdeabce8864b3b2430ed.tar.bz2
Suppress several unused-parameter warnings in fesvr
Diffstat (limited to 'fesvr/device.cc')
-rw-r--r--fesvr/device.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fesvr/device.cc b/fesvr/device.cc
index b149f3c..cbfdb50 100644
--- a/fesvr/device.cc
+++ b/fesvr/device.cc
@@ -33,7 +33,7 @@ void device_t::handle_command(command_t cmd)
command_handlers[cmd.cmd()](cmd);
}
-void device_t::handle_null_command(command_t cmd)
+void device_t::handle_null_command(command_t)
{
}