Skip to content

Commit fb3f67b

Browse files
committed
Makefile: Suppress unused function warning
1 parent 0ec3f25 commit fb3f67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)