Skip to content

Commit 6909afb

Browse files
authored
Merge pull request #82 from Solicey/dev-x86_64
Makefile add Wno-declaration-after-statement
2 parents 0e67a7f + ebead34 commit 6909afb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

driver/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ccflags-y += -I$(src)/../include
44
ccflags-y += -Wno-unused-variable
55
ccflags-y += -Wno-unused-function
66
ccflags-y += -fno-stack-protector
7+
ccflags-y += -Wno-declaration-after-statement
78

89
ifndef CROSS_COMPILE
910
ifeq ($(ARCH), arm64)

0 commit comments

Comments
 (0)