aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_core.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-06-19 15:55:13 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-06-19 15:55:13 +0100
commit310da2e9892f9b56c5f0b8cd9eb746c5e1ad4b78 (patch)
tree798e5fe2aaf62f6685923f66b16a607c9b10b1b3 /tools/libxc/xc_core.c
parent2e56ad1686401d9b3871d3ac843b18cb2b064475 (diff)
downloadxen-310da2e9892f9b56c5f0b8cd9eb746c5e1ad4b78.tar.gz
xen-310da2e9892f9b56c5f0b8cd9eb746c5e1ad4b78.tar.bz2
xen-310da2e9892f9b56c5f0b8cd9eb746c5e1ad4b78.zip
tools: Fix compiler warning.
From: Charles Coffing <ccoffing@novell.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xc_core.c')
-rw-r--r--tools/libxc/xc_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/xc_core.c b/tools/libxc/xc_core.c
index d755aa8238..3c7afbe0ce 100644
--- a/tools/libxc/xc_core.c
+++ b/tools/libxc/xc_core.c
@@ -156,7 +156,7 @@ struct xc_core_section_headers {
Elf64_Shdr *shdrs;
};
#define SHDR_INIT 16
-#define SHDR_INC 4
+#define SHDR_INC 4U
static struct xc_core_section_headers*
xc_core_shdr_init(void)