Skip to content

Commit 7fe5106

Browse files
committed
Makefile: Suppress unused function warning
1 parent b71f7dc commit 7fe5106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include mk/common.mk
22

33
CC ?= gcc
4-
CFLAGS := -O2 -g -Wall -Wextra
4+
CFLAGS := -O2 -g -Wall -Wextra -Wno-unused-function
55
CFLAGS += -include common.h
66
LDFLAGS :=
77

0 commit comments

Comments
 (0)