We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec3f25 commit fb3f67bCopy full SHA for fb3f67b
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