Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
595c15c8
Commit
595c15c8
authored
Sep 29, 2002
by
Ken Martin
Browse files
compiler warnings
parent
780a9bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmake.cxx
View file @
595c15c8
...
...
@@ -481,7 +481,7 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
// Echo string
else
if
(
args
[
1
]
==
"echo"
)
{
int
cc
;
unsigned
int
cc
;
for
(
cc
=
2
;
cc
<
args
.
size
();
cc
++
)
{
std
::
cout
<<
args
[
cc
]
<<
" "
;
...
...
@@ -580,7 +580,7 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
// Remove file
else
if
(
args
[
1
]
==
"comspec"
&&
args
.
size
()
>
2
)
{
int
cc
;
unsigned
int
cc
;
std
::
string
command
=
args
[
2
];
for
(
cc
=
3
;
cc
<
args
.
size
();
cc
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment