瀏覽代碼

fix warning

Ken Martin 21 年之前
父節點
當前提交
5b145fe592
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmEndForEachCommand.cxx

+ 1 - 1
Source/cmEndForEachCommand.cxx

@@ -16,7 +16,7 @@
 =========================================================================*/
 #include "cmEndForEachCommand.h"
 
-bool cmEndForEachCommand::InvokeInitialPass(std::vector<cmListFileArgument> const& args)
+bool cmEndForEachCommand::InvokeInitialPass(std::vector<cmListFileArgument> const&)
 {
   this->SetError("An ENDFOREACH command was found outside of a proper FOREACH ENDFOREACH structure. Or its arguments did not match the opening FOREACH command.");
   return false;