diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-01 12:08:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-01 12:08:24 (GMT) |
commit | 261359919c0cef39b147a819a47188d82d0c5044 (patch) | |
tree | 7c3eca2c3df28b29027a79c2901e0697846da621 /Source/CTest/Curl/Testing | |
parent | 0d431a1daa33d966a82831eeb970314541f40a75 (diff) | |
download | CMake-261359919c0cef39b147a819a47188d82d0c5044.zip CMake-261359919c0cef39b147a819a47188d82d0c5044.tar.gz CMake-261359919c0cef39b147a819a47188d82d0c5044.tar.bz2 |
ERR: Remove some curl warnings
Diffstat (limited to 'Source/CTest/Curl/Testing')
-rw-r--r-- | Source/CTest/Curl/Testing/curltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/Testing/curltest.c b/Source/CTest/Curl/Testing/curltest.c index 1be0f19..5a63ef3 100644 --- a/Source/CTest/Curl/Testing/curltest.c +++ b/Source/CTest/Curl/Testing/curltest.c @@ -126,7 +126,7 @@ int GetWebFile(void) return retVal; } -int main(int argc, char **argv) +int main(/*int argc, char **argv*/) { int retVal = 0; curl_global_init(CURL_GLOBAL_DEFAULT); |