Skip to content

Commit c00cd54

Browse files
committed
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.
1 parent 01f2b84 commit c00cd54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ DEVELOPER_CFLAGS += -Wunused
3939
DEVELOPER_CFLAGS += -Wvla
4040
DEVELOPER_CFLAGS += -Wwrite-strings
4141
DEVELOPER_CFLAGS += -fno-common
42-
DEVELOPER_CFLAGS += -Wunreachable-code
4342

4443
ifneq ($(filter clang4,$(COMPILER_FEATURES)),)
4544
DEVELOPER_CFLAGS += -Wtautological-constant-out-of-range-compare

0 commit comments

Comments
 (0)