summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-03-20 16:02:18 -0600
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-03-20 16:02:18 -0600
commita66210ebbc1d53742a1709536e9708f94f179c37 (patch)
tree920c15cba42a659c0f3f7cbe1d1256b170875d59 /config.mk
parentc8290f8c556e45e30664785ec4e9b3b1e0782546 (diff)
parent44932053baad8517072a99a90612f0ac932ffa44 (diff)
Merge branch 'main' into wlroots-next
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index cd4e821..d1b161e 100644
--- a/config.mk
+++ b/config.mk
@@ -2,7 +2,7 @@
PREFIX = /usr/local
# Default compile flags (overridable by environment)
-CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement
+CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement
# Uncomment to build XWayland support
#CFLAGS += -DXWAYLAND