diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-10-29 16:56:23 -0500 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-10-29 18:11:28 -0500 |
commit | 6a0ec2a8c3e470ce76353008e79da7e764c0af6f (patch) | |
tree | cce7820f66b796c9d97a26465def70fa06cfda20 /Makefile | |
parent | 1eeb3689d3ec5b917b5ccf730a6497e4b9fcd0a6 (diff) | |
parent | 846ce52b926797dc51f9fcdc2d121ee63fb68580 (diff) |
Merge remote-tracking branch 'upstream/main' into wlroots-next
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |