diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-10 15:27:41 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-10 15:27:41 (GMT) |
commit | 8f8b72164a21f03e0f442ff0f87caf24ae40cfa2 (patch) | |
tree | d6c46ff4440a2b866daf81e0e0e422ab43216e74 | |
parent | 80f796039c86444ce09baa02e255b6433525c2bc (diff) | |
download | CMake-8f8b72164a21f03e0f442ff0f87caf24ae40cfa2.zip CMake-8f8b72164a21f03e0f442ff0f87caf24ae40cfa2.tar.gz CMake-8f8b72164a21f03e0f442ff0f87caf24ae40cfa2.tar.bz2 |
ENH: remove old 1.2 compatability from cmake 2.2
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 645cf59..a89fcd1 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -1950,7 +1950,7 @@ void cmMakefile::EnableLanguage(std::vector<std::string> const & lang) void cmMakefile::ExpandSourceListArguments( std::vector<std::string> const& arguments, - std::vector<std::string>& newargs, unsigned int start) + std::vector<std::string>& newargs, unsigned int /* start */) { // now expand the args unsigned int i; |