diff --git a/upnp/src/genlib/net/http/httpreadwrite.c b/upnp/src/genlib/net/http/httpreadwrite.c index ce15071..35021ef 100644 --- a/upnp/src/genlib/net/http/httpreadwrite.c +++ b/upnp/src/genlib/net/http/httpreadwrite.c @@ -1124,6 +1124,8 @@ int http_OpenHttpConnection(const char *url_str, void **Handle, int timeout) errorHandler: *Handle = handle; return ret_code; + /* Unused parameter */ + timeout = timeout; } int http_MakeHttpRequest(Upnp_HttpMethod method,