Skip to content

Commit

Permalink
Add -W to compilation flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Aug 13, 2014
1 parent 68db7b1 commit 7e3ccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 7e3ccdd

Please sign in to comment.