diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 16:46:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 16:46:18 +0100 |
commit | 53af491e09e8a2471676232418e8610b4b0c05c0 (patch) | |
tree | 2eaf2023da829e93805ac7ffbe9d0c84cb4b2c08 /sal/qa | |
parent | 4b6560b216e676261fabf6f3e4bc8a0786afae35 (diff) |
-Werror,-Wkeyword-macro
Change-Id: I4a42c9f795cfbaa0f6c7b68d8189204a63da2321
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/rtl/strings/test_ostring_concat.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/qa/rtl/strings/test_ostring_concat.cxx b/sal/qa/rtl/strings/test_ostring_concat.cxx index 7988a3be6992..da43645d8a0c 100644 --- a/sal/qa/rtl/strings/test_ostring_concat.cxx +++ b/sal/qa/rtl/strings/test_ostring_concat.cxx @@ -88,7 +88,6 @@ void test::ostring::StringConcat::checkConcat() TYPES_ASSERT_EQUAL(( typeid( OStringConcat< OStringBuffer, OString > )), typeid( OStringBuffer( "foo" ) + OString( "bar" ))); #endif } -#undef typeid void test::ostring::StringConcat::checkEnsureCapacity() { |