mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
compielr warnings
This commit is contained in:
parent
40123f1fce
commit
904fb91a42
@ -596,7 +596,7 @@ void cmLocalVisualStudio6Generator::SetBuildType(BuildType b,
|
||||
// look for custom rules on a target and collect them together
|
||||
std::string
|
||||
cmLocalVisualStudio6Generator::CreateTargetRules(const cmTarget &target,
|
||||
const char *libName)
|
||||
const char * /* libName */)
|
||||
{
|
||||
std::string customRuleCode = "";
|
||||
|
||||
|
@ -924,7 +924,6 @@ WriteCustomRule(std::ostream& fout,
|
||||
fout << source << "_force";
|
||||
}
|
||||
|
||||
bool first = true;
|
||||
// Write a rule for the output generated by this command.
|
||||
fout << this->ConvertToXMLOutputPathSingle(output);
|
||||
fout << "\"/>\n";
|
||||
@ -952,7 +951,7 @@ void cmLocalVisualStudio7Generator::WriteVCProjEndGroup(std::ostream& fout)
|
||||
// look for custom rules on a target and collect them together
|
||||
void cmLocalVisualStudio7Generator::OutputTargetRules(std::ostream& fout,
|
||||
const cmTarget &target,
|
||||
const char *libName)
|
||||
const char */* libName */)
|
||||
{
|
||||
if (target.GetType() > cmTarget::UTILITY)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user