Ver Fonte

remove warning

Bill Hoffman há 24 anos atrás
pai
commit
03e7b6a67a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/cmSubdirDependsCommand.cxx

+ 1 - 1
Source/cmSubdirDependsCommand.cxx

@@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "cmSubdirDependsCommand.h"
 
 // cmSubdirDependsCommand
-bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const& args)
+bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const& )
 {
   return true;
 }