aboutsummaryrefslogtreecommitdiff
path: root/fesvr/device.cc
diff options
context:
space:
mode:
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)
{
}