summaryrefslogtreecommitdiff
path: root/Source/cmSubdirDependsCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-11 12:29:23 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-11 12:29:23 -0500
commit03e7b6a67a056e377a67948100296ad936c7abcb (patch)
tree0a36e4eae4ad0b1d53c8094e253a24dd2ae907dc /Source/cmSubdirDependsCommand.cxx
parent2c0f4f6725980c47473c3353b61d7bf14be5aa55 (diff)
downloadcmake-03e7b6a67a056e377a67948100296ad936c7abcb.tar.gz
remove warning
Diffstat (limited to 'Source/cmSubdirDependsCommand.cxx')
-rw-r--r--Source/cmSubdirDependsCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSubdirDependsCommand.cxx b/Source/cmSubdirDependsCommand.cxx
index 3fbcc55d40..ee4a7b18ca 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<std::string> const& args)
+bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const& )
{
return true;
}