diff options
Diffstat (limited to 'Source/CursesDialog/ccmake.cxx')
-rw-r--r-- | Source/CursesDialog/ccmake.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx index 330bf0e..8c9a3c3 100644 --- a/Source/CursesDialog/ccmake.cxx +++ b/Source/CursesDialog/ccmake.cxx @@ -31,7 +31,7 @@ cmCursesForm* cmCursesForm::CurrentForm=0; extern "C" { -void onsig(int sig) +void onsig(int) { if (cmCursesForm::CurrentForm) { @@ -52,7 +52,7 @@ void onsig(int sig) } -void CMakeErrorHandler(const char* message, const char* title, bool& disable) +void CMakeErrorHandler(const char* message, const char* title, bool&) { cmCursesForm::CurrentForm->AddError(message, title); } |