summaryrefslogtreecommitdiff
path: root/test/object-invoke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/object-invoke.cpp')
-rw-r--r--test/object-invoke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/object-invoke.cpp b/test/object-invoke.cpp
index 1ae11bb1..f3fd2328 100644
--- a/test/object-invoke.cpp
+++ b/test/object-invoke.cpp
@@ -50,7 +50,7 @@ public:
value_ = value;
}
- void methodWithReference(const int &value)
+ void methodWithReference([[maybe_unused]] const int &value)
{
}