c51477e
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
c51477e
index 773d646..3b0ff16 100644
c51477e
--- a/tools/xenstore/Makefile
c51477e
+++ b/tools/xenstore/Makefile
c51477e
@@ -5,6 +5,7 @@ MAJOR = 3.0
c51477e
 MINOR = 3
6b01799
 
c51477e
 CFLAGS += -Werror
c51477e
+CFLAGS += -Wno-bool-operation
c51477e
 CFLAGS += -I.
c51477e
 # Include configure output (config.h)
c51477e
 CFLAGS += -include $(XEN_ROOT)/tools/config.h