diff options
Diffstat (limited to 'test/event.cpp')
-rw-r--r-- | test/event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/event.cpp b/test/event.cpp index e338335c..d4765eb1 100644 --- a/test/event.cpp +++ b/test/event.cpp @@ -22,7 +22,7 @@ using namespace libcamera; class EventTest : public Test { protected: - void readReady([[maybe_unused]] EventNotifier *notifier) + void readReady() { size_ = read(notifier_->fd(), data_, sizeof(data_)); notified_ = true; |