--- misc/icu/source/common/unicode/stringpiece.h +++ misc/build/icu/source/common/unicode/stringpiece.h @@ -140,7 +140,7 @@ * @param len the length of the new data * @internal */ - void set(const char* data, int32_t len) { ptr_ = data; length_ = len; } + void set(const char* data_, int32_t len) { ptr_ = data_; length_ = len; } /** * Reset the stringpiece to refer to new data. --- misc/icu/source/common/unicode/ +++ misc/build/icu/source/common/unicode/utf16.h @@ -316,6 +316,7 @@ (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \ } else /* c>0x10ffff or not enough space */ { \ (isError)=TRUE; \ + (void)(isError); \ } \ } b2d3'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-26 13:53:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-26 13:55:33 +0200
commit63e81af351b09ceecb29c3064660261058fbb2d3 (patch)
tree2ae600e85c18bff43ebc24f7693cbc295e51fda1 /pyuno
parenta77caf49cd2c8382ce06e502822f5d060be20a89 (diff)
loplugin:stringconstant: handle OUString+=OUString(literal)
Change-Id: Id2efd6f38390bb73620cf40121430c4226024103