ENH: remove old 1.2 compatability from cmake 2.2
This commit is contained in:
parent
80f796039c
commit
8f8b72164a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue