Skip to content

Commit

Permalink
Makefile: Suppress unused function warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Jan 25, 2024
1 parent 0ec3f25 commit fb3f67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include mk/common.mk

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

Expand Down

0 comments on commit fb3f67b

Please sign in to comment.