ENH: remove old 1.2 compatability from cmake 2.2

This commit is contained in:
Ken Martin 2005-06-10 11:27:41 -04:00
parent 80f796039c
commit 8f8b72164a
1 changed files with 1 additions and 1 deletions

View File

@ -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;