summaryrefslogtreecommitdiffstats
path: root/src/server/Engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Engine.hpp')
-rw-r--r--src/server/Engine.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Engine.hpp b/src/server/Engine.hpp
index 02da0719..d71b0238 100644
--- a/src/server/Engine.hpp
+++ b/src/server/Engine.hpp
@@ -110,7 +110,7 @@ public:
*
* This value is comparable to the value returned by current_time().
*/
- inline uint64_t cycle_start_time(const RunContext& context) const {
+ inline uint64_t cycle_start_time(const RunContext&) const {
return _cycle_start_time;
}