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