Browse Source

COMP: fix warning

Bill Hoffman 21 years ago
parent
commit
560b7af06e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmLocalGenerator.cxx

+ 1 - 1
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());