COMP: fix warning
This commit is contained in:
parent
8960a220a9
commit
3bb54c00d5
|
@ -44,7 +44,7 @@ int cmGlobalXCodeGenerator::TryCompile(const char *,
|
|||
const char * projectName,
|
||||
const char * targetName,
|
||||
std::string * output,
|
||||
cmMakefile* mf)
|
||||
cmMakefile*)
|
||||
{
|
||||
// now build the test
|
||||
std::string makeCommand =
|
||||
|
|
Loading…
Reference in New Issue