From 8f8b72164a21f03e0f442ff0f87caf24ae40cfa2 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 10 Jun 2005 11:27:41 -0400 Subject: [PATCH] ENH: remove old 1.2 compatability from cmake 2.2 --- Source/cmMakefile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;