remove a warning

This commit is contained in:
Johann Dreo 2020-03-29 17:40:50 +02:00
commit 25dc4b655f

View file

@ -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 ---