From 03e7b6a67a056e377a67948100296ad936c7abcb Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 11 Dec 2001 12:29:23 -0500 Subject: [PATCH] remove warning --- Source/cmSubdirDependsCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSubdirDependsCommand.cxx b/Source/cmSubdirDependsCommand.cxx index 3fbcc55d4..ee4a7b18c 100644 --- a/Source/cmSubdirDependsCommand.cxx +++ b/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 const& args) +bool cmSubdirDependsCommand::InitialPass(std::vector const& ) { return true; }