hurd: Avoid spurious warning

Compilers missing some flow analysis may think ss may be used
uninitialized.
This commit is contained in:
Samuel Thibault 2021-08-03 19:37:43 +02:00
parent 77a34079d8
commit df183287ff

View File

@ -67,7 +67,7 @@ _hurd_select (int nfds,
int error;
} d[nfds];
sigset_t oset;
struct hurd_sigstate *ss;
struct hurd_sigstate *ss = NULL;
union typeword /* Use this to avoid unkosher casts. */
{