You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Merge branch 'jk/use-wunreachable-code-for-devs' into next"
This reverts commit b5c54fe, reversing
changes made to 4cd3354.
Clang used on osx CI seems to be too clever and complains about a
defensive programming like
if (sigfillset(&all))
die_errno("sigfillset");
as it knows that the call would never fail on that platform.
0 commit comments