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
c8750db7
Commit
c8750db7
authored
Sep 22, 2004
by
Bill Hoffman
Browse files
remove warnings
parent
11aeb6e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmProjectCommand.cxx
View file @
c8750db7
...
...
@@ -51,8 +51,6 @@ bool cmProjectCommand::InitialPass(std::vector<std::string> const& args)
std
::
vector
<
std
::
string
>
languages
;
if
(
args
.
size
()
>
1
)
{
bool
hasCXX
=
false
;
bool
hasC
=
false
;
for
(
size_t
i
=
1
;
i
<
args
.
size
();
++
i
)
{
languages
.
push_back
(
args
[
i
]);
...
...
Write
Preview
Markdown
is supported
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