summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-03-16 21:49:47 -0600
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-03-16 21:54:16 -0600
commit79f85bde99e469cea01a0b44b235b53cab55aee3 (patch)
tree1826cbec5e14727bee5a5d08aa418f2b0f3a1505 /config.mk
parent863eedd05e8d292ccef2530d9b4b8b5475b8cbef (diff)
parent2768af5a9bfd7cb5f874a8d61f4bc9a1188b82fd (diff)
Merge branch 'main' into scenegraph
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