diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-05 13:55:21 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-05 13:55:21 (GMT) |
commit | 59e91ac3e4c924df07280916dc81133b31b74754 (patch) | |
tree | ac05526a9946d3b93155780574e550f5916e7d6c /Source/CTest/Curl | |
parent | eb5fe7990a3106507e2981ad0aede9556e9a27ec (diff) | |
download | CMake-59e91ac3e4c924df07280916dc81133b31b74754.zip CMake-59e91ac3e4c924df07280916dc81133b31b74754.tar.gz CMake-59e91ac3e4c924df07280916dc81133b31b74754.tar.bz2 |
ERR: Remove warning about unused variable i
Diffstat (limited to 'Source/CTest/Curl')
-rw-r--r-- | Source/CTest/Curl/CMake/CurlTests.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CTest/Curl/CMake/CurlTests.c b/Source/CTest/Curl/CMake/CurlTests.c index 4399a60..9da467f 100644 --- a/Source/CTest/Curl/CMake/CurlTests.c +++ b/Source/CTest/Curl/CMake/CurlTests.c @@ -364,8 +364,6 @@ void (*signal ()) (); int main () { -int i; - ; return 0; } #endif |