removed unused variable under win32

This commit is contained in:
Thomas Bernard 2015-09-16 00:12:35 +02:00
parent 92294994a1
commit e1344f74aa
1 changed files with 2 additions and 0 deletions

View File

@ -244,7 +244,9 @@ upnpDiscoverDevices(const char * const deviceTypes[],
{
struct UPNPDev * tmp;
struct UPNPDev * devlist = 0;
#if !defined(_WIN32) && !defined(__amigaos__) && !defined(__amigaos4__)
int deviceIndex;
#endif /* !defined(_WIN32) && !defined(__amigaos__) && !defined(__amigaos4__) */
if(error)
*error = UPNPDISCOVER_UNKNOWN_ERROR;