From 6038714011665b05d04eee74a2aef628ccc2c635 Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Mon, 9 Jan 2017 15:45:27 +0200 Subject: [PATCH] added stricter warning checks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b87a792..21fbef9 100644 --- a/Makefile +++ b/Makefile @@ -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