Eliminate a warning detected by nuttx/tools/testbuild.sh

This commit is contained in:
Gregory Nutt
2015-07-22 14:11:25 -06:00
parent fbcdb663f9
commit ab37a759d8
3 changed files with 3 additions and 3 deletions
+1 -1
Submodule arch updated: 3b242b5837...0321c31ebb
+1 -1
Submodule configs updated: cf140990d3...88c720dd2b
+1 -1
View File
@@ -739,7 +739,7 @@ int dns_bind(void)
int dns_query(int sd, FAR const char *hostname, FAR struct sockaddr *addr,
FAR socklen_t *addrlen)
{
#if defined(CONFIG_NET_IPv4) && defined(CONFIG_NET_IPv4)
#if defined(CONFIG_NET_IPv4) && defined(CONFIG_NET_IPv6)
int noipv4 = false;
int noipv6 = false;
#endif