Skip to content

Commit 5eb2944

Browse files
cyberknight777Mayankgaj
authored andcommitted
Staging: Fixed a Cflag
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
1 parent c11106c commit 5eb2944

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)