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/cookie.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/cookie.c')
-rw-r--r-- | Source/CTest/Curl/cookie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/cookie.c b/Source/CTest/Curl/cookie.c index 0f372d8..3ba5627 100644 --- a/Source/CTest/Curl/cookie.c +++ b/Source/CTest/Curl/cookie.c @@ -156,7 +156,7 @@ Curl_cookie_add(struct SessionHandle *data, struct Cookie *co; struct Cookie *lastc=NULL; time_t now = time(NULL); - bool replace_old = FALSE; + bool replace_old; bool badcookie = FALSE; /* cookies are good by default. mmmmm yummy */ /* First, alloc and init a new struct for it */ |