Fix compile warning

This commit is contained in:
Marcel Hollerbach 2015-08-03 14:39:31 +02:00
parent 6061034bf1
commit 4486d92901
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ static void kill_wait();
static pid_t _x_pid = 0;
static void
_entrance_wait_action(int sig, siginfo_t * si __UNUSED__, void *data __UNUSED__)
_entrance_wait_action(int sig __UNUSED__, siginfo_t * si __UNUSED__, void *data __UNUSED__)
{
kill_wait();
setenv("ENTRANCE_QUIT", "1", 1);