COMP: shut up unused var
This commit is contained in:
parent
4a701917a4
commit
7e430b6f0b
|
@ -1110,7 +1110,7 @@ void cmLocalUnixMakefileGenerator3::WriteMainTargetIncludes(std::ostream& makefi
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmLocalUnixMakefileGenerator3::WriteMainTargetRules(std::ostream& makefileStream,
|
void cmLocalUnixMakefileGenerator3::WriteMainTargetRules(std::ostream& makefileStream,
|
||||||
const char *file,
|
const char * /* file */,
|
||||||
const char *rule,
|
const char *rule,
|
||||||
bool inAll)
|
bool inAll)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue