commit f0a63efab028ba18950a0d6829a13bbd6d5427ea parent 12a9ce929857df1b9a7cbf86944fc5401cd8e36d Author: deurzen <m.deurzen@tum.de> Date: Sun, 29 Nov 2020 23:11:23 +0100 adds unused result warning suppression Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -10,7 +10,7 @@ SRC_FILES := $(SRC_FILES:$(src)/%=%) obj-m += $(TARGET).o $(TARGET)-objs := $(SRC_FILES:%.c=%.o) -ccflags-y := -std=gnu99 -Wno-declaration-after-statement +ccflags-y := -std=gnu99 -Wno-declaration-after-statement -Wno-unused-result all: build