Skip to content

Commit

Permalink
Remove inline for detail::cache::CacheData::idAddr (apache#7592)
Browse files Browse the repository at this point in the history
This avoids a warning in FreeBSD clang-10 builds.

(cherry picked from commit 7af385f)
(cherry picked from commit a4a85cc)
  • Loading branch information
bneradt authored and Mark Torluemke committed Mar 24, 2021
1 parent 4125381 commit bf6066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wccp/WccpEndPoint.cc
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ CacheImpl::RouterData::waitTime(time_t now) const
return m_assign ? 0 : this->pingTime(now);
}

inline uint32_t
uint32_t
detail::cache::CacheData::idAddr() const
{
return m_id.getAddr();
Expand Down

0 comments on commit bf6066e

Please sign in to comment.