diff options
Diffstat (limited to 'test/timer.cpp')
-rw-r--r-- | test/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/timer.cpp b/test/timer.cpp index 88f226e7..be79d010 100644 --- a/test/timer.cpp +++ b/test/timer.cpp @@ -56,7 +56,7 @@ public: } private: - void timeoutHandler([[maybe_unused]] Timer *timer) + void timeoutHandler() { expiration_ = std::chrono::steady_clock::now(); count_++; |