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 0e67a7f + ebead34 commit 6909afbCopy full SHA for 6909afb
1 file changed
driver/Makefile
@@ -4,6 +4,7 @@ ccflags-y += -I$(src)/../include
4
ccflags-y += -Wno-unused-variable
5
ccflags-y += -Wno-unused-function
6
ccflags-y += -fno-stack-protector
7
+ccflags-y += -Wno-declaration-after-statement
8
9
ifndef CROSS_COMPILE
10
ifeq ($(ARCH), arm64)
0 commit comments