From 5d6c0b1be3b1648cfd55a02c80387b6845014d49 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 13 Aug 2014 10:53:29 +0200 Subject: [PATCH] Add -W to compilation flags. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index b2d25228..96af74af 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua # Default settings STD=-std=c99 -pedantic -WARN=-Wall +WARN=-Wall -W OPT=$(OPTIMIZATION) PREFIX?=/usr/local