We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71f7dc commit 7fe5106Copy full SHA for 7fe5106
Makefile
@@ -1,7 +1,7 @@
1
include mk/common.mk
2
3
CC ?= gcc
4
-CFLAGS := -O2 -g -Wall -Wextra
+CFLAGS := -O2 -g -Wall -Wextra -Wno-unused-function
5
CFLAGS += -include common.h
6
LDFLAGS :=
7
0 commit comments