turn on some warnings

This commit is contained in:
Devin J. Pohly 2020-04-22 22:27:03 -05:00
parent d56bf3cefb
commit 488929fef6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
CFLAGS ?= -g
CFLAGS ?= -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare
CFLAGS += -Werror -I. -DWLR_USE_UNSTABLE
PKGS = wlroots wayland-server xkbcommon