diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-11 17:29:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-11 17:29:23 (GMT) |
commit | 03e7b6a67a056e377a67948100296ad936c7abcb (patch) | |
tree | 0a36e4eae4ad0b1d53c8094e253a24dd2ae907dc /Source/cmSubdirDependsCommand.cxx | |
parent | 2c0f4f6725980c47473c3353b61d7bf14be5aa55 (diff) | |
download | CMake-03e7b6a67a056e377a67948100296ad936c7abcb.zip CMake-03e7b6a67a056e377a67948100296ad936c7abcb.tar.gz CMake-03e7b6a67a056e377a67948100296ad936c7abcb.tar.bz2 |
remove warning
Diffstat (limited to 'Source/cmSubdirDependsCommand.cxx')
-rw-r--r-- | Source/cmSubdirDependsCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSubdirDependsCommand.cxx b/Source/cmSubdirDependsCommand.cxx index 3fbcc55..ee4a7b1 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; } |