mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-09-20 17:54:52 +00:00
Squelch gcc 4.x warning.
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ inet_ntop6(const unsigned char *src, char *dst, size_t size)
|
||||
* to use pointer overlays. All the world's not a VAX.
|
||||
*/
|
||||
char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp;
|
||||
struct { int base, len; } best, cur;
|
||||
struct { int base, len; } best = { 0,0 }, cur = { 0,0 };
|
||||
unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ];
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user