mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
More minor warning fixes.
This commit is contained in:
parent
291b107d4d
commit
1b74c5ca95
@ -85,7 +85,7 @@ H5FL_DEFINE_STATIC(H5O_fsinfo_t);
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
static void *
|
||||
H5O_fsinfo_decode(H5F_t *f, hid_t dxpl_id, H5O_t H5_ATTR_UNUSED *open_oh,
|
||||
H5O_fsinfo_decode(H5F_t *f, hid_t H5_ATTR_UNUSED dxpl_id, H5O_t H5_ATTR_UNUSED *open_oh,
|
||||
unsigned H5_ATTR_UNUSED mesg_flags, unsigned H5_ATTR_UNUSED *ioflags, const uint8_t *p)
|
||||
{
|
||||
H5O_fsinfo_t *fsinfo = NULL; /* File space info message */
|
||||
|
@ -45,8 +45,10 @@
|
||||
#define TBLOCK_SIZE4 4
|
||||
#define TBLOCK_SIZE5 5
|
||||
#define TBLOCK_SIZE6 6
|
||||
#ifdef PB_OUT
|
||||
#define TBLOCK_SIZE7 7
|
||||
#define TBLOCK_SIZE8 8
|
||||
#endif /* PB_OUT */
|
||||
#define TBLOCK_SIZE10 10
|
||||
#define TBLOCK_SIZE11 11
|
||||
#define TBLOCK_SIZE20 20
|
||||
|
@ -227,7 +227,7 @@ read_records(const char *filename, unsigned verbose, unsigned long nseconds,
|
||||
|
||||
/* Determine the offset of the symbol, within level 0 symbols */
|
||||
/* (level 0 symbols are the most common symbols) */
|
||||
offset = (unsigned)(HDrandom() % symbol_count[0]);
|
||||
offset = (unsigned)HDrandom() % symbol_count[0];
|
||||
sym_com[v] = &symbol_info[0][offset];
|
||||
|
||||
/* Emit informational message */
|
||||
|
Loading…
x
Reference in New Issue
Block a user