aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-08-01 20:38:57 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-08-01 22:41:00 -0600
commitd136dadf456250f9a4cef23abd1fdf21518a31ba (patch)
treee4969d61eaf7239b9450cd830947e4f72843c723 /Makefile
parent672b4c405d5207cadc572190affbe41e653e7a8c (diff)
downloaddwl-d136dadf456250f9a4cef23abd1fdf21518a31ba.tar.gz
`-pedantic` -> `-Wpedantic`
Bug: https://codeberg.org/dwl/dwl/issues/584
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f955e7b..f3e1f10 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ include config.mk
# flags for compiling
DWLCPPFLAGS = -I. -DWLR_USE_UNSTABLE -D_POSIX_C_SOURCE=200809L \
-DVERSION=\"$(VERSION)\" $(XWAYLAND)
-DWLDEVCFLAGS = -g -pedantic -Wall -Wextra -Wdeclaration-after-statement \
+DWLDEVCFLAGS = -g -Wpedantic -Wall -Wextra -Wdeclaration-after-statement \
-Wno-unused-parameter -Wshadow -Wunused-macros -Werror=strict-prototypes \
-Werror=implicit -Werror=return-type -Werror=incompatible-pointer-types \
-Wfloat-conversion