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
@@ -15,7 +15,8 @@
#include <assert.h>
void cmExternalMakefileProjectGenerator::EnableLanguage(
std::vector<std::string> const&, cmMakefile*, bool)
std::vector<std::string> const& /*unused*/, cmMakefile* /*unused*/,
bool /*unused*/)
{
}