aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmon
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenmon')
-rw-r--r--tools/xenmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile
index 6ff8391f9c..ffdca8049e 100644
--- a/tools/xenmon/Makefile
+++ b/tools/xenmon/Makefile
@@ -20,7 +20,7 @@ sbindir=/usr/sbin
XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
-CFLAGS += -Wall -Werror -g
+CFLAGS += -Werror -g
CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)
LDFLAGS += -L $(XEN_LIBXC)