We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cd3354 + 38ca78d commit b5c54feCopy full SHA for b5c54fe
config.mak.dev
@@ -39,6 +39,7 @@ DEVELOPER_CFLAGS += -Wunused
39
DEVELOPER_CFLAGS += -Wvla
40
DEVELOPER_CFLAGS += -Wwrite-strings
41
DEVELOPER_CFLAGS += -fno-common
42
+DEVELOPER_CFLAGS += -Wunreachable-code
43
44
ifneq ($(filter clang4,$(COMPILER_FEATURES)),)
45
DEVELOPER_CFLAGS += -Wtautological-constant-out-of-range-compare
0 commit comments