From 3bb54c00d578466e9f4d4db92bf5face00c4e313 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 1 Feb 2005 14:28:46 -0500 Subject: [PATCH] COMP: fix warning --- Source/cmGlobalXCodeGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 27125ed6d..0c45dbc78 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -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 =