mirror of https://gitee.com/bigwinds/arangodb
Silence a compiler warning.
This commit is contained in:
parent
5688e05f1c
commit
de745abce9
|
@ -144,6 +144,8 @@ static ConversionResult copyString8to32 (char32_t* dst, size_t dstSize, size_t&
|
|||
if (dstCount < dstSize) {
|
||||
*targetStart = 0;
|
||||
}
|
||||
} else {
|
||||
dstCount = 0;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
|
Loading…
Reference in New Issue