diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-12-02 07:59:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-12-02 07:59:10 +0200 |
commit | 8414915f477b33ed81768d69864bab6a136607fa (patch) | |
tree | f2b6dc336bf437faf02b20d6c228f332898656da /sw | |
parent | 9bdde8b420265c7e77f4b310fb4c1214b715aa72 (diff) |
WaE: Unreferenced function definition [loplugin:unreffun]
Change-Id: I0a09b968651a5b98fae47d59c6a5e9b81468ae95
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/core/uwriter.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx index d2cfaedfc338..45e0cf674dfa 100644 --- a/sw/qa/core/uwriter.cxx +++ b/sw/qa/core/uwriter.cxx @@ -1278,10 +1278,12 @@ namespace struct TestRing : public sw::Ring<TestRing> { TestRing() : sw::Ring<TestRing>() {}; +#if 0 void debug() { SAL_DEBUG("TestRing at: " << this << " prev: " << GetPrev() << " next: " << GetNext()); } +#endif }; } |