diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-12 21:11:45 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-12 21:11:45 (GMT) |
commit | 13281642080871ee875cf243c9004178342fe1ef (patch) | |
tree | 9d51ee39075ab44a2ecb9db42a9626c026bf2e06 /Source/CTest/Curl/file.c | |
parent | 70d3fe1a34eca9532e3ea9d6eb5171af09c06ad7 (diff) | |
download | CMake-13281642080871ee875cf243c9004178342fe1ef.zip CMake-13281642080871ee875cf243c9004178342fe1ef.tar.gz CMake-13281642080871ee875cf243c9004178342fe1ef.tar.bz2 |
ERR: Remove a bunch of warnings on SGI
Diffstat (limited to 'Source/CTest/Curl/file.c')
-rw-r--r-- | Source/CTest/Curl/file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/Curl/file.c b/Source/CTest/Curl/file.c index 59b9bac..3dedbbc 100644 --- a/Source/CTest/Curl/file.c +++ b/Source/CTest/Curl/file.c @@ -150,6 +150,8 @@ CURLcode Curl_file(struct connectdata *conn) struct timeval now = start; int fd; + (void)now; + /* get the fd from the connection phase */ fd = conn->proto.file->fd; |