mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 00:20:06 -06:00
COMP: Remove warning on optimized build
This commit is contained in:
@@ -379,7 +379,7 @@ int Curl_resolv(struct connectdata *conn,
|
||||
CURLcode result;
|
||||
|
||||
/* default to failure */
|
||||
int rc = CURLRESOLV_ERROR;
|
||||
int rc;
|
||||
*entry = NULL;
|
||||
|
||||
#ifdef HAVE_SIGSETJMP
|
||||
@@ -391,6 +391,7 @@ int Curl_resolv(struct connectdata *conn,
|
||||
return CURLRESOLV_ERROR;
|
||||
}
|
||||
#endif
|
||||
rc = CURLRESOLV_ERROR;
|
||||
|
||||
/* Create an entry id, based upon the hostname and port */
|
||||
entry_id = create_hostcache_id(hostname, port);
|
||||
|
||||
Reference in New Issue
Block a user