Skip to content

Commit c76c791

Browse files
authored
add declaration-after-statement warning options
1 parent 9b09e14 commit c76c791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/quectel_MHI/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ccflags-y += -g
1+
ccflags-y += -Wno-error=declaration-after-statement
22
obj-m += pcie_mhi.o
33
pcie_mhi-objs := core/mhi_init.o core/mhi_main.o core/mhi_pm.o core/mhi_boot.o core/mhi_dtr.o controllers/mhi_qti.o
44
pcie_mhi-objs += devices/mhi_uci.o

0 commit comments

Comments
 (0)