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 | add support for the ext-idle-notify-v1 protocol (diff) | |
parent | fix crash in dirtomon() when selmon is disabled (diff) | |
download | dwl-6a0ec2a8c3e470ce76353008e79da7e764c0af6f.tar.gz dwl-6a0ec2a8c3e470ce76353008e79da7e764c0af6f.tar.bz2 dwl-6a0ec2a8c3e470ce76353008e79da7e764c0af6f.tar.xz dwl-6a0ec2a8c3e470ce76353008e79da7e764c0af6f.tar.zst dwl-6a0ec2a8c3e470ce76353008e79da7e764c0af6f.zip |
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) |