Commit 7454ab1c authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

make: remove -Wno-unused

We want to know about this warnings
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f1690ee0
...@@ -16,7 +16,7 @@ ifeq ($(DEBUG),1) ...@@ -16,7 +16,7 @@ ifeq ($(DEBUG),1)
DEFINES += -DCR_DEBUG DEFINES += -DCR_DEBUG
endif endif
WARNINGS += -Wall -Wno-unused WARNINGS += -Wall
CFLAGS += $(WARNINGS) $(DEFINES) CFLAGS += $(WARNINGS) $(DEFINES)
PROGRAM := crtools PROGRAM := crtools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment