mirror of https://gitee.com/bigwinds/arangodb
fix compiler warning
This commit is contained in:
parent
069b456217
commit
84095911ef
|
@ -321,7 +321,7 @@ int TRI_InetPton6(char const* src, unsigned char* dst) {
|
||||||
* Since some memmove()'s erroneously fail to handle
|
* Since some memmove()'s erroneously fail to handle
|
||||||
* overlapping regions, we'll do the shift by hand.
|
* overlapping regions, we'll do the shift by hand.
|
||||||
*/
|
*/
|
||||||
int const n = (int const)(tp - colonp);
|
int const n = (int)(tp - colonp);
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (tp == endp) {
|
if (tp == endp) {
|
||||||
|
|
Loading…
Reference in New Issue