mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Make sure unnused parameters are /*named*/
This commit is contained in:
@@ -102,7 +102,8 @@ void cmCursesLongMessageForm::PrintKeys()
|
||||
pos_form_cursor(this->Form);
|
||||
}
|
||||
|
||||
void cmCursesLongMessageForm::Render(int, int, int, int)
|
||||
void cmCursesLongMessageForm::Render(int /*left*/, int /*top*/, int /*width*/,
|
||||
int /*height*/)
|
||||
{
|
||||
int x, y;
|
||||
getmaxyx(stdscr, y, x);
|
||||
|
Reference in New Issue
Block a user