From: Pekka Enberg Date: Wed, 14 Jul 2010 12:28:45 +0000 (+0300) Subject: kvm: Use -Werror for building the thing X-Git-Tag: next-20110824~3^2~528^2~91 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b73b1f29cac97ecd104691c79e6bafd976e2794d;p=karo-tx-linux.git 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 --- 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