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
1f6e59a7
Commit
1f6e59a7
authored
May 04, 2004
by
Ken Martin
Browse files
fix warning
parent
b691517e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmIfCommand.cxx
View file @
1f6e59a7
...
...
@@ -162,7 +162,7 @@ bool cmIfCommand::IsTrue(const std::vector<std::string> &args,
// store the reduced args in this vector
std
::
deque
<
std
::
string
>
newArgs
;
int
reducible
=
1
;
int
reducible
;
unsigned
int
i
;
// copy to the list structure
...
...
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