This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Modules
/
TestForAnsiForScope.cxx
8 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
int
main
(
int
,
char
*
[
]
)
{
int
i
;
ERR: Removed warning for unused variable.
2003-05-16 16:33:11 -04:00
for
(
int
i
=
0
;
i
<
1
;
+
+
i
)
;
(
void
)
i
;
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
return
0
;
}
Reference in New Issue
Copy Permalink