summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-08 20:59:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-08 20:59:50 +0200
commit8585e0a1fd7a31a6ee85b05fdff57b11797e0ea3 (patch)
treebdda02a049a9992a8497cbc125f56363cf33eb15 /io
parent81275d4725236b0c7fe9e724299dd67eeb203c99 (diff)
Avoid loplugin:staticmethods in non-debug build
Change-Id: I205531a51f9d3e6611aafc5eb8fbd1ab49a517d8
Diffstat (limited to 'io')
-rw-r--r--io/source/stm/streamhelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/source/stm/streamhelper.hxx b/io/source/stm/streamhelper.hxx
index 0275557ace8c..1fa232b00001 100644
--- a/io/source/stm/streamhelper.hxx
+++ b/io/source/stm/streamhelper.hxx
@@ -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;