sched: fix Clang warning
This commit is contained in:
parent
ad58384760
commit
f1379a6574
1 changed files with 2 additions and 0 deletions
2
sched.c
2
sched.c
|
@ -618,6 +618,8 @@ SCH_MainLoop(void)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
ptv = NULL;
|
ptv = NULL;
|
||||||
|
/* This is needed to fix a compiler warning */
|
||||||
|
saved_tv.tv_sec = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if there are no file descriptors being waited on and no
|
/* if there are no file descriptors being waited on and no
|
||||||
|
|
Loading…
Reference in a new issue