diff options
Diffstat (limited to 'host/tests/common/mock_ctrl_iface_impl.cpp')
-rw-r--r-- | host/tests/common/mock_ctrl_iface_impl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/tests/common/mock_ctrl_iface_impl.cpp b/host/tests/common/mock_ctrl_iface_impl.cpp index 24a938e4f..0e80ef9a0 100644 --- a/host/tests/common/mock_ctrl_iface_impl.cpp +++ b/host/tests/common/mock_ctrl_iface_impl.cpp @@ -11,7 +11,7 @@ uint64_t mock_ctrl_iface_impl::send_cmd_pkt( const size_t addr, const size_t data, const bool readback, - const uint64_t timestamp + const uint64_t /* timestamp */ ) { if (not readback) { std::cout << str(boost::format("[MOCK] poke to addr: %016X, data == %016X") % addr % data) << std::endl; @@ -32,4 +32,4 @@ uint64_t mock_ctrl_iface_impl::send_cmd_pkt( } } return 0; -}
\ No newline at end of file +} |