summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/test/raw_message_matcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/transport_manager/test/raw_message_matcher.cc')
-rw-r--r--src/components/transport_manager/test/raw_message_matcher.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/transport_manager/test/raw_message_matcher.cc b/src/components/transport_manager/test/raw_message_matcher.cc
index 61d73a9253..48e0908f9a 100644
--- a/src/components/transport_manager/test/raw_message_matcher.cc
+++ b/src/components/transport_manager/test/raw_message_matcher.cc
@@ -38,6 +38,7 @@ namespace transport_manager_test {
RawMessageMatcher::RawMessageMatcher(RawMessagePtr ptr) : ptr_(ptr) {}
+// cppcheck-suppress unusedFunction
bool RawMessageMatcher::MatchAndExplain(const RawMessagePtr msg,
MatchResultListener* listener) const {
if (msg->data_size() != ptr_->data_size()) {