summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-17 13:38:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-17 13:38:41 (GMT)
commit66523061d0d35b80dcc4a5c19d43a93cb455e58b (patch)
treeb8ee4d79c121de33762257500beaa54875afc325 /Source/cmLocalGenerator.cxx
parentfad49c87246d190e66fc60c1ac2698740215ef16 (diff)
downloadCMake-66523061d0d35b80dcc4a5c19d43a93cb455e58b.zip
CMake-66523061d0d35b80dcc4a5c19d43a93cb455e58b.tar.gz
CMake-66523061d0d35b80dcc4a5c19d43a93cb455e58b.tar.bz2
ENH: remove warnings and debug statement
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index abb2328..3e07a24 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -2400,9 +2400,9 @@ std::string cmLocalGenerator::EscapeForShell(const char* str, bool makeVars,
return std::string(&arg[0]);
}
void
-cmLocalGenerator::GetTargetObjectFileDirectories(cmTarget* target,
+cmLocalGenerator::GetTargetObjectFileDirectories(cmTarget* ,
std::vector<std::string>&
- dirs)
+ )
{
cmSystemTools::Error("GetTargetObjectFileDirectories called on cmLocalGenerator");
}