Tiny cleanup.

This commit is contained in:
QC 2015-03-07 17:22:25 +01:00
parent 7322819a1d
commit 19e849d4e7
2 changed files with 4 additions and 4 deletions

View File

@ -120,7 +120,7 @@ static int switcher_get ( const char *name )
return -1;
}
void catch_exit ( __attribute__( ( unused ) ) int sig )
void catch_exit ( G_GNUC_UNUSED int sig )
{
while ( 0 < waitpid ( -1, NULL, WNOHANG ) ) {
;