summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/src/tcp/platform_specific/linux/platform_specific_network_interface_listener.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/transport_manager/src/tcp/platform_specific/linux/platform_specific_network_interface_listener.cc')
-rw-r--r--src/components/transport_manager/src/tcp/platform_specific/linux/platform_specific_network_interface_listener.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/transport_manager/src/tcp/platform_specific/linux/platform_specific_network_interface_listener.cc b/src/components/transport_manager/src/tcp/platform_specific/linux/platform_specific_network_interface_listener.cc
index 29e55b97dd..7f4562004f 100644
--- a/src/components/transport_manager/src/tcp/platform_specific/linux/platform_specific_network_interface_listener.cc
+++ b/src/components/transport_manager/src/tcp/platform_specific/linux/platform_specific_network_interface_listener.cc
@@ -652,6 +652,7 @@ void PlatformSpecificNetworkInterfaceListener::DumpTable() const {
for (auto it = status_table_.begin(); it != status_table_.end(); ++it) {
const std::string ifname = it->first;
const InterfaceStatus& status = it->second;
+ UNUSED(status);
LOG4CXX_DEBUG(
logger_,