ERR: Remove warning about unused variable
This commit is contained in:
parent
038caa1677
commit
4be80e728a
@ -251,7 +251,6 @@ bool cmFileCommand::HandleInstallCommand(std::vector<std::string> const& args)
|
|||||||
std::vector<std::string>::size_type i = 0;
|
std::vector<std::string>::size_type i = 0;
|
||||||
i++; // Get rid of subcommand
|
i++; // Get rid of subcommand
|
||||||
|
|
||||||
std::string expr;
|
|
||||||
bool in_files = false;
|
bool in_files = false;
|
||||||
bool optional = false;
|
bool optional = false;
|
||||||
for ( ; i != args.size(); ++i )
|
for ( ; i != args.size(); ++i )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user