Add -W to compilation flags.

This commit is contained in:
antirez 2014-08-13 10:53:29 +02:00
parent 134345e332
commit 09757420a4

View File

@ -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