diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-13 14:45:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-13 14:45:30 (GMT) |
commit | 68c3550faa5793a0445c457d65b2f491cee559df (patch) | |
tree | a70725db48ebdf08329f00868199aeb2880abb23 /Source/CTest/Curl/hostip.c | |
parent | 3f75f0ea1e0404951797c2918d93465b9c612ea0 (diff) | |
download | CMake-68c3550faa5793a0445c457d65b2f491cee559df.zip CMake-68c3550faa5793a0445c457d65b2f491cee559df.tar.gz CMake-68c3550faa5793a0445c457d65b2f491cee559df.tar.bz2 |
COMP: Remove warnings on borland build
Diffstat (limited to 'Source/CTest/Curl/hostip.c')
-rw-r--r-- | Source/CTest/Curl/hostip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/hostip.c b/Source/CTest/Curl/hostip.c index e09b565..43ade26 100644 --- a/Source/CTest/Curl/hostip.c +++ b/Source/CTest/Curl/hostip.c @@ -385,7 +385,7 @@ int Curl_resolv(struct connectdata *conn, int port, struct Curl_dns_entry **entry) { - char *entry_id = NULL; + char *entry_id; struct Curl_dns_entry *dns = NULL; size_t entry_len; int wait; |