This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-11-29 14:30:27 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f9e5277941
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 20:46:08 +00:00
int
main
(
int
,
char
*
[
]
)
{
int
i
;
ERR: Removed warning for unused variable.
2003-05-16 20:33:11 +00:00
for
(
int
i
=
0
;
i
<
1
;
+
+
i
)
;
(
void
)
i
;
Complete rework of makefile generators expect trouble
2002-11-08 20:46:08 +00:00
return
0
;
}
Reference in New Issue
Copy Permalink