summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-10-29 16:56:23 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-10-29 18:11:28 -0500
commit6a0ec2a8c3e470ce76353008e79da7e764c0af6f (patch)
treecce7820f66b796c9d97a26465def70fa06cfda20 /Makefile
parent1eeb3689d3ec5b917b5ccf730a6497e4b9fcd0a6 (diff)
parent846ce52b926797dc51f9fcdc2d121ee63fb68580 (diff)
Merge remote-tracking branch 'upstream/main' into wlroots-next
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6605796..ccca079 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ include config.mk
# flags for compiling
DWLCPPFLAGS = -I. -DWLR_USE_UNSTABLE -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XWAYLAND)
-DWLDEVCFLAGS = -pedantic -Wall -Wextra -Wdeclaration-after-statement -Wno-unused-parameter -Wno-sign-compare -Wshadow -Wunused-macros
+DWLDEVCFLAGS = -pedantic -Wall -Wextra -Wdeclaration-after-statement -Wno-unused-parameter -Wno-sign-compare -Wshadow -Wunused-macros\
+ -Werror=strict-prototypes -Werror=implicit -Werror=return-type -Werror=incompatible-pointer-types
# CFLAGS / LDFLAGS
PKGS = wlroots wayland-server xkbcommon libinput $(XLIBS)