]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
kdd: build using Werror
authorIan Campbell <ian.campbell@citrix.com>
Mon, 25 Jan 2016 13:18:11 +0000 (13:18 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 25 Jan 2016 14:18:24 +0000 (14:18 +0000)
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 <ian.campbell@citrix.com>
Acked-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Tim Deegan <tim@xen.org>
tools/debugger/kdd/Makefile

index 72ad1b960190d5676267f4c513bad168f30e3dfe..f3a597ddbc39350da2b47a5d0f122bfbe333e0d0 100644 (file)
@@ -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)