summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-08-13 10:53:29 +0200
committerantirez <antirez@gmail.com>2014-08-27 10:25:57 +0200
commit09757420a4ef461bb1db65a01384f970f07c4358 (patch)
treee76330e7612602006d29e4673e181dbfd654ae1e
parent134345e33203df396d26dae0817b7007816ed795 (diff)
downloadredis-09757420a4ef461bb1db65a01384f970f07c4358.tar.gz
Add -W to compilation flags.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6a8c6a88e..8b3e95989 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