diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-13 14:01:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-13 14:01:04 (GMT) |
commit | 3f75f0ea1e0404951797c2918d93465b9c612ea0 (patch) | |
tree | 1e2be9f03c86db340d683e06ef38efdbfd2b71fc /Source/CTest/Curl/dict.c | |
parent | a4c8aee1f489fb0b5e7bdc1fe44f964b6f5d1d4d (diff) | |
download | CMake-3f75f0ea1e0404951797c2918d93465b9c612ea0.zip CMake-3f75f0ea1e0404951797c2918d93465b9c612ea0.tar.gz CMake-3f75f0ea1e0404951797c2918d93465b9c612ea0.tar.bz2 |
COMP: Attempt to remove warnings on borland
Diffstat (limited to 'Source/CTest/Curl/dict.c')
-rw-r--r-- | Source/CTest/Curl/dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/dict.c b/Source/CTest/Curl/dict.c index c5e2c04..d74c635 100644 --- a/Source/CTest/Curl/dict.c +++ b/Source/CTest/Curl/dict.c @@ -87,7 +87,7 @@ CURLcode Curl_dict(struct connectdata *conn) char *strategy = NULL; char *nthdef = NULL; /* This is not part of the protocol, but required by RFC 2229 */ - CURLcode result=CURLE_OK; + CURLcode result; struct SessionHandle *data=conn->data; curl_socket_t sockfd = conn->sock[FIRSTSOCKET]; |