remove a warning
This commit is contained in:
parent
98802f00a1
commit
25dc4b655f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ bool existCtrlCContinue = false;
|
||||||
//
|
//
|
||||||
// The signal handler - installed in the eoCtrlCContinue Ctor
|
// The signal handler - installed in the eoCtrlCContinue Ctor
|
||||||
//
|
//
|
||||||
void signal_handler( int sig )
|
void signal_handler( int /*sig*/ )
|
||||||
// ---------------------------
|
// ---------------------------
|
||||||
{
|
{
|
||||||
// --- On veut la paix, jusqu'a la fin ---
|
// --- On veut la paix, jusqu'a la fin ---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue