dsr: mark operator<<(std::ostream& os, const DsrOptionSRHeader& sr)

as [[maybe_unused]]
This commit is contained in:
Gabriel Ferreira
2023-03-19 14:07:50 -03:00
parent 540f48c55a
commit b085bae2bc

View File

@@ -1335,7 +1335,7 @@ class DsrOptionAckHeader : public DsrOptionHeader
Ipv4Address m_realDstAddress;
};
static inline std::ostream&
[[maybe_unused]] static inline std::ostream&
operator<<(std::ostream& os, const DsrOptionSRHeader& sr)
{
sr.Print(os);