Kaydet (Commit) 8585e0a1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid loplugin:staticmethods in non-debug build

Change-Id: I205531a51f9d3e6611aafc5eb8fbd1ab49a517d8
üst 81275d47
......@@ -118,6 +118,7 @@ private:
assert( m_nOccupiedBuffer <= m_nBufferLen );
assert( m_nStart >= 0 );
assert( 0 == m_nStart || m_nStart < m_nBufferLen );
(void) this; // avoid loplugin:staticmethods
}
sal_Int8 *m_p;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment