diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-21 13:47:10 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-21 13:47:10 (GMT) |
commit | 6156928549247c0d3ede3522aba18a1e93887e7d (patch) | |
tree | c8ecbe814f0022dc581fcb9c4aa0f2d6a7882735 /Source/cmQTWrapUICommand.cxx | |
parent | f7fae15d39d6e290686487778485734227415088 (diff) | |
download | CMake-6156928549247c0d3ede3522aba18a1e93887e7d.zip CMake-6156928549247c0d3ede3522aba18a1e93887e7d.tar.gz CMake-6156928549247c0d3ede3522aba18a1e93887e7d.tar.bz2 |
WAR: fix warning
Diffstat (limited to 'Source/cmQTWrapUICommand.cxx')
-rw-r--r-- | Source/cmQTWrapUICommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQTWrapUICommand.cxx b/Source/cmQTWrapUICommand.cxx index 608bbf3..a27470c 100644 --- a/Source/cmQTWrapUICommand.cxx +++ b/Source/cmQTWrapUICommand.cxx @@ -119,7 +119,6 @@ bool cmQTWrapUICommand::InitialPass(std::vector<std::string> const& args) m_WrapHeadersClasses.push_back(header_file); m_WrapSourcesClasses.push_back(source_file); m_WrapMocClasses.push_back(moc_file); - unsigned int last_files=m_WrapSourcesClasses.size()-1; m_Makefile->AddSource(header_file, m_HeaderList.c_str()); m_Makefile->AddSource(source_file, |