Index: dbus/property.cc |
diff --git a/dbus/property.cc b/dbus/property.cc |
index faca4a0a1d76dd1d902c9da4353a2580d7bc524d..aa58436f510dbd0ed10b2d240c0d996c5867e0de 100644 |
--- a/dbus/property.cc |
+++ b/dbus/property.cc |
@@ -89,7 +89,7 @@ void PropertySet::ChangedReceived(Signal* signal) { |
} |
} |
-void PropertySet::ChangedConnected(const std::string& interface_name, |
+void PropertySet::ChangedConnected(const std::string& /*interface_name*/, |
const std::string& signal_name, |
bool success) { |
LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name |