Skip to content

Commit 991ab95

Browse files
Staging: Fixed a Cflag
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
1 parent cfc298e commit 991ab95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/staging/rtl8812au/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EXTRA_CFLAGS += -Wno-unused-variable
55
EXTRA_CFLAGS += -Wno-unused-label
66
#EXTRA_CFLAGS += -Wno-unused-parameter
77
EXTRA_CFLAGS += -Wno-unused-function
8-
EXTRA_CFLAGS += -Wimplicit-fallthrough=0
8+
EXTRA_CFLAGS += -Wimplicit-fallthrough
99
#EXTRA_CFLAGS += -Wno-parentheses-equality
1010
#EXTRA_CFLAGS += -Wno-pointer-bool-conversion
1111
EXTRA_CFLAGS += -Wno-unknown-pragmas

0 commit comments

Comments
 (0)