diff options
Diffstat (limited to 'tools/libxc/xc_core.c')
-rw-r--r-- | tools/libxc/xc_core.c | 2 |
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) |