aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-04-30 16:56:08 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-04-30 16:56:08 +0000
commit0780b0730b169a1ef80c7308cffc760ddc03268e (patch)
treed10f790fdb7ea8e1de43546daf43cf15e265a406 /tools/xc/lib/Makefile
parent33e4a0c224e38eefd0654f8627363d928247b3a6 (diff)
downloadxen-0780b0730b169a1ef80c7308cffc760ddc03268e.tar.gz
xen-0780b0730b169a1ef80c7308cffc760ddc03268e.tar.bz2
xen-0780b0730b169a1ef80c7308cffc760ddc03268e.zip
bitkeeper revision 1.881 (409285285QhBEC23wsKBevdQUow-YA)
faster suspend
Diffstat (limited to 'tools/xc/lib/Makefile')
-rw-r--r--tools/xc/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xc/lib/Makefile b/tools/xc/lib/Makefile
index 79dce046df..f542935167 100644
--- a/tools/xc/lib/Makefile
+++ b/tools/xc/lib/Makefile
@@ -4,7 +4,7 @@ MINOR = 0
SONAME = libxc.so.$(MAJOR)
CC = gcc
-CFLAGS = -c -Wall -O3 -fno-strict-aliasing
+CFLAGS = -c -Werror -O3 -fno-strict-aliasing
CFLAGS += -I../../../xen/include/hypervisor-ifs
CFLAGS += -I../../xend/lib
CFLAGS += -I../../../xenolinux-sparse/include