Make sure unnused parameters are /*named*/

This commit is contained in:
Daniel Pfeifer
2016-08-17 01:49:57 +02:00
parent e240a7c017
commit e7b842e189
55 changed files with 245 additions and 190 deletions
+1 -2
View File
@@ -206,8 +206,7 @@ void cmExtraSublimeTextGenerator::AppendAllTargets(
void cmExtraSublimeTextGenerator::AppendTarget(
cmGeneratedFileStream& fout, const std::string& targetName,
cmLocalGenerator* lg, cmGeneratorTarget* target, const char* make,
const cmMakefile* makefile,
const char*, // compiler
const cmMakefile* makefile, const char* /*compiler*/,
MapSourceFileFlags& sourceFileFlags, bool firstTarget)
{