added stricter warning checks

This commit is contained in:
Serge A. Zaitsev
2017-01-09 15:45:27 +02:00
parent 8b67c98426
commit 6038714011

View File

@@ -10,7 +10,7 @@ else ifeq ($(shell uname -s),Darwin)
endif
CFLAGS := -g -Wall $(TRAY_CFLAGS)
CFLAGS := -g -Wall $(TRAY_CFLAGS) -Wall -Wextra
LDFLAGS := -g $(TRAY_LDFLAGS)
all: example