mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
Make sure unnused parameters are /*named*/
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user