From 939c572d67d451f33a977ab1ed1cb937e6c558c2 Mon Sep 17 00:00:00 2001 From: divverent Date: Wed, 6 Oct 2010 11:20:45 +0000 Subject: [PATCH] fix another warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10516 d7cf8633-e32d-0410-b094-e92efae38249 --- netconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netconn.c b/netconn.c index b27a4d8b..46e4e436 100755 --- a/netconn.c +++ b/netconn.c @@ -1527,11 +1527,11 @@ static void NetConn_ClientParsePacket_ServerList_ParseDPList(lhnetaddress_t *sen if (port != 0) { +#ifdef WHY_JUST_WHY const char *ifname; /// \TODO: make some basic checks of the IP address (broadcast, ...) -#ifdef WHY_JUST_WHY ifname = LHNETADDRESS_GetInterfaceName(senderaddress); if (ifname != NULL) { -- 2.39.2