Explorar o código

COMP: fix warning

Bill Hoffman %!s(int64=21) %!d(string=hai) anos
pai
achega
560b7af06e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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, 
 void cmLocalGenerator::AddCustomCommandToCreateObject(const char* ofname, 
                                                       const char* lang, 
                                                       const char* lang, 
                                                       cmSourceFile& source,
                                                       cmSourceFile& source,
-                                                      cmTarget& target)
+                                                      cmTarget& )
 { 
 { 
   std::string objectFile = this->ConvertToRelativeOutputPath(ofname);
   std::string objectFile = this->ConvertToRelativeOutputPath(ofname);
   std::string sourceFile = this->ConvertToRelativeOutputPath(source.GetFullPath().c_str());
   std::string sourceFile = this->ConvertToRelativeOutputPath(source.GetFullPath().c_str());