diff --git a/tests/integrationtests/AdaptorAndProxy_test.cpp b/tests/integrationtests/AdaptorAndProxy_test.cpp index 6d7927e..1220b47 100644 --- a/tests/integrationtests/AdaptorAndProxy_test.cpp +++ b/tests/integrationtests/AdaptorAndProxy_test.cpp @@ -468,7 +468,7 @@ TEST_F(SdbusTestObject, EmitsPropertyChangedSignalForSelectedProperties) std::atomic signalReceived{false}; m_proxy->m_onPropertiesChangedHandler = [&signalReceived]( const std::string& interfaceName , const std::map& changedProperties - , const std::vector& invalidatedProperties ) + , const std::vector& /*invalidatedProperties*/ ) { EXPECT_THAT(interfaceName, Eq(INTERFACE_NAME)); EXPECT_THAT(changedProperties, SizeIs(1));