Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
3b3dd31b
Commit
3b3dd31b
authored
Oct 08, 2004
by
Andy Cedilnik
Browse files
COMP: Remove warning on optimized build
parent
fbaead2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/Curl/hostip.c
View file @
3b3dd31b
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment