aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 8603e66..4e4b470 100644
--- a/config.mk
+++ b/config.mk
@@ -8,5 +8,5 @@ MANPREFIX = $(PREFIX)/man
CC = cc
LD = $(CC)
CPPFLAGS =
-CFLAGS = -Wextra -Werror -Wall -Os $(CPPFLAGS)
+CFLAGS = -Wextra -Wall -Wno-unused-result -Os $(CPPFLAGS)
LDFLAGS = -static