compielr warnings

This commit is contained in:
Ken Martin
2003-06-04 08:42:58 -04:00
parent 40123f1fce
commit 904fb91a42
2 changed files with 2 additions and 3 deletions

View File

@@ -596,7 +596,7 @@ void cmLocalVisualStudio6Generator::SetBuildType(BuildType b,
// look for custom rules on a target and collect them together
std::string
cmLocalVisualStudio6Generator::CreateTargetRules(const cmTarget &target,
const char *libName)
const char * /* libName */)
{
std::string customRuleCode = "";