From: Ian Campbell Date: Mon, 25 Jan 2016 13:18:11 +0000 (+0000) Subject: kdd: build using Werror X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5e0da2ac71845529034ce4034a5b5b2e351316cb;p=people%2Fliuw%2Flibxenctrl-split%2Fxen.git kdd: build using Werror We build most of tools using Werror and there seems to be no deliberate reason for this to be an exception. Signed-off-by: Ian Campbell Acked-by: Olaf Hering Acked-by: Tim Deegan --- diff --git a/tools/debugger/kdd/Makefile b/tools/debugger/kdd/Makefile index 72ad1b9601..f3a597ddbc 100644 --- a/tools/debugger/kdd/Makefile +++ b/tools/debugger/kdd/Makefile @@ -1,6 +1,7 @@ XEN_ROOT = $(CURDIR)/../../.. include $(XEN_ROOT)/tools/Rules.mk +CFLAGS += -Werror CFLAGS += $(CFLAGS_libxenctrl) CFLAGS += -DXC_WANT_COMPAT_MAP_FOREIGN_API LDLIBS += $(LDLIBS_libxenctrl)