fixed warnings

This commit is contained in:
Joseph Henry
2016-10-28 13:11:46 -07:00
parent 5b777ad3f5
commit 92c945aee3
4 changed files with 61 additions and 62 deletions

View File

@@ -497,7 +497,11 @@ namespace ZeroTier {
*/
void closeConnection(PhySocket *sock);
#if defined(SDK_PICOTCP)
void pico_init_interface(const InetAddress &ip);
#if defined(SDK_IPV4)
ip_addr_t convert_ip(struct sockaddr_in * addr)
{
ip_addr_t conn_addr;