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 7abaf78 commit 5d08ed9Copy full SHA for 5d08ed9
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