summaryrefslogtreecommitdiff
path: root/test/timer-thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/timer-thread.cpp')
-rw-r--r--test/timer-thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/timer-thread.cpp b/test/timer-thread.cpp
index 2c14865b..f7e8743d 100644
--- a/test/timer-thread.cpp
+++ b/test/timer-thread.cpp
@@ -39,7 +39,7 @@ public:
}
private:
- void timeoutHandler([[maybe_unused]] Timer *timer)
+ void timeoutHandler()
{
timeout_ = true;
}