mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ERR: Removed warning for unused variable.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
int main(int, char*[])
|
||||
{
|
||||
int i;
|
||||
for(int i=0; i < 1; ++i) ;
|
||||
for(int i=0; i < 1; ++i);
|
||||
(void)i;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user