From 560b7af06eca01e8bcc7db77980845378548ddb5 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 21 Oct 2004 14:55:29 -0400 Subject: COMP: fix warning --- Source/cmLocalGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index e91f579..80ffd1c 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -457,7 +457,7 @@ std::string cmLocalGenerator::ConvertToRelativeOutputPath(const char* p) void cmLocalGenerator::AddCustomCommandToCreateObject(const char* ofname, const char* lang, cmSourceFile& source, - cmTarget& target) + cmTarget& ) { std::string objectFile = this->ConvertToRelativeOutputPath(ofname); std::string sourceFile = this->ConvertToRelativeOutputPath(source.GetFullPath().c_str()); -- cgit v0.12