diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 645cf5919..a89fcd1f5 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -1950,7 +1950,7 @@ void cmMakefile::EnableLanguage(std::vector const & lang) void cmMakefile::ExpandSourceListArguments( std::vector const& arguments, - std::vector& newargs, unsigned int start) + std::vector& newargs, unsigned int /* start */) { // now expand the args unsigned int i;