mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-03 16:05:20 -05:00
Tiny cleanup.
This commit is contained in:
parent
7322819a1d
commit
19e849d4e7
2 changed files with 4 additions and 4 deletions
source
|
@ -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 ) ) {
|
||||
;
|
||||
|
|
Loading…
Add table
Reference in a new issue