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 7d5b93c3..537489d7 100644 --- a/test/timer.cpp +++ b/test/timer.cpp @@ -57,7 +57,7 @@ public: } private: - void timeoutHandler(Timer *timer) + void timeoutHandler([[maybe_unused]] Timer *timer) { expiration_ = std::chrono::steady_clock::now(); count_++; |