Fix: 32bit values index_major/minor used as 64bit
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 18 Aug 2015 19:39:41 +0000 (15:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 Aug 2015 21:33:17 +0000 (17:33 -0400)
commit2b8dbf9af7c51db61a476550c44bb22b0b50a43d
treee80742979cb580ad5082fb0a048d1d8d7dee5183
parent03d0d7ecc93e02ef90cffb052d20cc9216010fb6
Fix: 32bit values index_major/minor used as 64bit

This patch fixes compiler warnings on big endian architectures where
be64toh() is a nop and returns the original type.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ctf.c
This page took 0.023839 seconds and 4 git commands to generate.