From: divverent Date: Wed, 6 Oct 2010 11:20:45 +0000 (+0000) Subject: fix another warning X-Git-Tag: xonotic-v0.1.0preview~56^2~101 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=939c572d67d451f33a977ab1ed1cb937e6c558c2;p=xonotic%2Fdarkplaces.git fix another warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10516 d7cf8633-e32d-0410-b094-e92efae38249 --- 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) {