Browse Source

ENH: remove old 1.2 compatability from cmake 2.2

Ken Martin 20 years ago
parent
commit
8f8b72164a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmMakefile.cxx

+ 1 - 1
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;