From 307a9af02db517bcb2dbab52f374a461888e8401 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 48a1dc2..953b934 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ endif CFLAGS += $(CPPFLAGS) $(DEFINES) -Iinclude -Os -g +WARNINGS += -Werror WARNINGS += -Wall WARNINGS += -Wcast-align WARNINGS += -Wformat=2