From 7e3ccddc6d728250dd473c1ab4348d899ab69eb3 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 b2d25228f367..96af74afae2f 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