diff options
Diffstat (limited to 'src/H5FSpkg.h')
-rw-r--r-- | src/H5FSpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FSpkg.h b/src/H5FSpkg.h index eafe3c2..54029cc 100644 --- a/src/H5FSpkg.h +++ b/src/H5FSpkg.h @@ -85,7 +85,7 @@ H5FS_METADATA_PREFIX_SIZE \ \ /* Free space serialized sections specific fields */ \ - + H5F_SIZEOF_ADDR(f) /* Address of free space header for these sections */ \ + + (unsigned)H5F_SIZEOF_ADDR(f) /* Address of free space header for these sections */ \ ) |