diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-01 19:28:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-01 19:28:46 (GMT) |
commit | 3bb54c00d578466e9f4d4db92bf5face00c4e313 (patch) | |
tree | 5438df6557e5fd9f8261561e9eefef20d0a5701c | |
parent | 8960a220a9a1e8340c2bb3bcdf640c42037129d1 (diff) | |
download | CMake-3bb54c00d578466e9f4d4db92bf5face00c4e313.zip CMake-3bb54c00d578466e9f4d4db92bf5face00c4e313.tar.gz CMake-3bb54c00d578466e9f4d4db92bf5face00c4e313.tar.bz2 |
COMP: fix warning
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 27125ed..0c45dbc 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 = |