This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
CMake
mirror of
https://github.com/Kitware/CMake.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ERR: Remove warning about unused variable i
Andy Cedilnik
22 years ago
parent
eb5fe7990a
commit
59e91ac3e4
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
0
2
Source/CTest/Curl/CMake/CurlTests.c
+ 0
- 2
Source/CTest/Curl/CMake/CurlTests.c
View File
@@ -364,8 +364,6 @@ void (*signal ()) ();
int
main ()
{
-int i;
- ;
return 0;
}
#endif