Avoid redundant inline warning in swcache
Change-Id: Ia30d9f406769cab219418d4624e8547a036c4f08 Reviewed-on: https://gerrit.libreoffice.org/36022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
committed by
Noel Grandin
parent
4809096a1f
commit
d7869e5611
@@ -169,8 +169,8 @@ public:
|
||||
void Lock();
|
||||
void Unlock();
|
||||
#else
|
||||
inline void Lock() { ++m_nLock; }
|
||||
inline void Unlock() { --m_nLock; }
|
||||
void Lock() { ++m_nLock; }
|
||||
void Unlock() { --m_nLock; }
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user