From b73b1f29cac97ecd104691c79e6bafd976e2794d Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 14 Jul 2010 15:28:45 +0300 Subject: [PATCH] kvm: Use -Werror for building the thing It's easy to miss warnings so use -Werror. We're a shiny new userspace project so there's no reason not to use it. Signed-off-by: Pekka Enberg --- tools/kvm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile index 48a1dc2a8d32..953b93449e75 100644 --- a/tools/kvm/Makefile +++ b/tools/kvm/Makefile @@ -32,6 +32,7 @@ endif CFLAGS += $(CPPFLAGS) $(DEFINES) -Iinclude -Os -g +WARNINGS += -Werror WARNINGS += -Wall WARNINGS += -Wcast-align WARNINGS += -Wformat=2 -- 2.39.5