mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
Fix distcheck
Remove a warning that makes us fail with -Werror
This commit is contained in:
parent
cc0b093f7a
commit
2734c8547f
@ -449,8 +449,6 @@ tty_reset(struct weston_launch *wl)
|
|||||||
static void
|
static void
|
||||||
quit(struct weston_launch *wl, int status)
|
quit(struct weston_launch *wl, int status)
|
||||||
{
|
{
|
||||||
int err;
|
|
||||||
|
|
||||||
if (wl->child > 0)
|
if (wl->child > 0)
|
||||||
kill(wl->child, SIGKILL);
|
kill(wl->child, SIGKILL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user