This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
445e091ffa
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 23:46:08 +03:00
int
main
(
int
,
char
*
[
]
)
{
int
i
;
ERR: Removed warning for unused variable.
2003-05-17 00:33:11 +04:00
for
(
int
i
=
0
;
i
<
1
;
+
+
i
)
;
(
void
)
i
;
Complete rework of makefile generators expect trouble
2002-11-08 23:46:08 +03:00
return
0
;
}