mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
Merge topic 'readability-named-parameter'
e7b842e1 Make sure unnused parameters are /*named*/
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
std::cout << "FAILED: " << m << "\n"; \
|
||||
failed = 1
|
||||
|
||||
int testSystemTools(int, char* [])
|
||||
int testSystemTools(int /*unused*/, char* /*unused*/ [])
|
||||
{
|
||||
int failed = 0;
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user