Making all in src make[1]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/src' make all-am make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/src' CC H5.lo CC H5checksum.lo CC H5dbg.lo H5checksum.c(250): warning #2259: non-pointer conversion from "long" to "uint32_t={unsigned int}" may lose significant bits FUNC_LEAVE_NOAPI(H5_checksum_crc_update((uint32_t)0xffffffffL, (const uint8_t *)_data, len) ^ 0xffffffffL) ^ In file included from H5Fprivate.h(31), from H5system.c(35): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5system.c(35): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5system.c(35): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5system.c(35): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5system.c(35): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5system.c(35): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5system.c(35): , from H5ACprivate.h(33), H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5.c(23): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5.c(23): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5.c(23): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5.c(23): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5.c(23): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5.c(23): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5system.c(169): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits fwidth = (int)HDstrtol (s, &rest, 10); ^ H5system.c(185): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits prec = (int)HDstrtol(s, &rest, 10); ^ H5system.c(415): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits n = (int)HDstrlen(format_templ); ^ H5system.c(1233): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits ret_value = (double)curr_time.tv_sec + ((double)curr_time.tv_usec / (double)1000000.0f); ^ H5system.c(1233): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ret_value = (double)curr_time.tv_sec + ((double)curr_time.tv_usec / (double)1000000.0f); ^ H5.c(632): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits int fd = (int)HDstrtol(s, &rest, 0); ^ H5.c(776): warning #2259: non-pointer conversion from "long" to "unsigned int" may lose significant bits disable_version_check = (unsigned int)HDstrtol (s, NULL, 0); ^ CC H5timer.lo CC H5trace.lo CC H5A.lo H5timer.c(127): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits timer->utime = (double)rusage.ru_utime.tv_sec + ^ H5timer.c(128): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)rusage.ru_utime.tv_usec / (double)1e6F); ^ H5timer.c(129): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits timer->stime = (double)rusage.ru_stime.tv_sec + ^ H5timer.c(130): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)rusage.ru_stime.tv_usec / (double)1e6F); ^ H5timer.c(137): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits timer->etime = (double)etime.tv_sec + ((double)etime.tv_usec / (double)1e6F); ^ H5timer.c(137): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits timer->etime = (double)etime.tv_sec + ((double)etime.tv_usec / (double)1e6F); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5trace.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5trace.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5trace.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5trace.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5trace.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5trace.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5trace.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5trace.c(178): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits fprintf(out, " %*s ", (int)HDstrlen(tmp), ""); ^ H5trace.c(210): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits asize_idx = (int)HDstrtol(type + 2, &rest, 10); ^ H5trace.c(231): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits unsigned n = (unsigned)MAX (0, (int)HDstrlen(argname) - 3); /*lint !e666 Allow expression with side effects */ ^ H5trace.c(231): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits unsigned n = (unsigned)MAX (0, (int)HDstrlen(argname) - 3); /*lint !e666 Allow expression with side effects */ ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5A.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5A.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5A.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5A.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5A.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5A.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5A.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Abtree2.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Abtree2.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Abtree2.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Abtree2.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Abtree2.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Abtree2.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Abtree2.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Abtree2.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Adense.lo CC H5Adeprec.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adense.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adense.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adense.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adense.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adense.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adense.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adense.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adeprec.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adeprec.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adeprec.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adeprec.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adeprec.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adeprec.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Adeprec.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Aint.lo CC H5Atest.lo CC H5AC.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Aint.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Aint.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Aint.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Aint.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Aint.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Aint.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Aint.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Aint.c(200): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (attr->shared->dt = H5T_copy(type, H5T_COPY_ALL))) ^ H5Aint.c(532): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) (dst_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0) ^ H5Aint.c(632): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0 || ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Atest.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Atest.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Atest.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Atest.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Atest.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Atest.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Atest.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5ACdbg.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AC.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AC.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AC.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AC.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AC.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AC.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AC.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5AClog.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACdbg.c(33): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACdbg.c(33): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACdbg.c(33): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACdbg.c(33): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACdbg.c(33): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACdbg.c(33): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACdbg.c(33): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AClog.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AClog.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AClog.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AClog.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AClog.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AClog.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5AClog.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5ACproxy_entry.lo CC H5B.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACproxy_entry.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACproxy_entry.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACproxy_entry.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACproxy_entry.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACproxy_entry.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACproxy_entry.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACproxy_entry.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Bcache.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5B.c(105): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5B.c(105): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5B.c(105): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5B.c(105): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5B.c(105): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5B.c(105): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5B.c(105): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5B.c(501): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(split_bt_ud->bt->child, ^ H5B.c(501): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(split_bt_ud->bt->child, ^ H5B.c(567): warning #2312: pointer cast involving 64-bit pointed-to type uint8_t *lt_key=(uint8_t*)_lt_key; ^ H5B.c(568): warning #2312: pointer cast involving 64-bit pointed-to type uint8_t *md_key=(uint8_t*)_md_key; ^ H5B.c(569): warning #2312: pointer cast involving 64-bit pointed-to type uint8_t *rt_key=(uint8_t*)_rt_key; ^ H5B.c(762): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(bt->child + idx + 1, bt->child + idx, ^ H5B.c(762): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(bt->child + idx + 1, bt->child + idx, ^ H5B.c(1469): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(bt->child, ^ H5B.c(1469): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(bt->child, ^ H5B.c(1514): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(bt->child + idx, ^ H5B.c(1514): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(bt->child + idx, ^ H5B.c(1586): warning #2312: pointer cast involving 64-bit pointed-to type uint8_t *lt_key = (uint8_t*)_lt_key; /*left key*/ ^ H5B.c(1587): warning #2312: pointer cast involving 64-bit pointed-to type uint8_t *rt_key = (uint8_t*)_rt_key; /*right key*/ ^ H5B.c(1841): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_node->child, old_bt->child, (sizeof(haddr_t) * shared->two_k)); ^ H5B.c(1841): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_node->child, old_bt->child, (sizeof(haddr_t) * shared->two_k)); ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bcache.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bcache.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bcache.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bcache.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bcache.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bcache.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bcache.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Bdbg.lo CC H5B2.lo CC H5B2cache.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bdbg.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bdbg.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bdbg.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bdbg.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bdbg.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bdbg.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Bpkg.h(30), from H5Bdbg.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2.c(41): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2.c(41): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2.c(41): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2.c(41): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2.c(41): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2.c(41): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2.c(41): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2cache.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2cache.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2cache.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2cache.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2cache.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2cache.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2cache.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5B2cache.c(401): warning #2259: non-pointer conversion from "H5B2_subid_t={enum H5B2_subid_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = hdr->cls->id; ^ H5B2cache.c(421): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->root.all_nrec); ^ H5B2cache.c(421): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->root.all_nrec); ^ H5B2cache.c(421): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->root.all_nrec); ^ H5B2cache.c(421): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->root.all_nrec); ^ H5B2cache.c(421): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->root.all_nrec); ^ H5B2cache.c(718): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits UINT64DECODE_VAR(image, int_node_ptr->node_nrec, udata->hdr->max_nrec_size); ^ H5B2cache.c(821): warning #2259: non-pointer conversion from "H5B2_subid_t={enum H5B2_subid_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = internal->hdr->cls->id; ^ H5B2cache.c(841): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(image, int_node_ptr->node_nrec, internal->hdr->max_nrec_size); ^ H5B2cache.c(843): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(image, int_node_ptr->all_nrec, internal->hdr->node_info[internal->depth - 1].cum_max_nrec_size); ^ H5B2cache.c(1222): warning #2259: non-pointer conversion from "H5B2_subid_t={enum H5B2_subid_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = leaf->hdr->cls->id; ^ CC H5B2dbg.lo CC H5B2hdr.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2dbg.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2dbg.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2dbg.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2dbg.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2dbg.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2dbg.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2dbg.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5B2dbg.c(221): warning #2259: non-pointer conversion from "unsigned int" to "uint16_t={unsigned short}" may lose significant bits H5_CHECKED_ASSIGN(node_ptr.node_nrec, unsigned, nrec, uint16_t) ^ H5B2dbg.c(333): warning #2259: non-pointer conversion from "unsigned int" to "uint16_t={unsigned short}" may lose significant bits H5_CHECKED_ASSIGN(node_ptr.node_nrec, unsigned, nrec, uint16_t) ^ CC H5B2int.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2hdr.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2hdr.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2hdr.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2hdr.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2hdr.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2hdr.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2hdr.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5B2internal.lo CC H5B2leaf.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2int.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2int.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2int.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2int.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2int.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2int.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2int.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5B2int.c(241): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits mid_record = old_node_nrec / 2; ^ H5B2int.c(509): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits uint16_t new_right_nrec = (uint16_t)(*left_nrec + *right_nrec) / 2; /* New number of records for right child */ ^ H5B2int.c(560): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits uint16_t new_left_nrec = (uint16_t)(*left_nrec + *right_nrec) / 2; /* New number of records for left child */ ^ H5B2int.c(764): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits uint16_t new_middle_nrec = (uint16_t)(total_nrec - 2) / 3; ^ H5B2int.c(765): warning #2259: non-pointer conversion from "int" to "uint16_t={unsigned short}" may lose significant bits uint16_t new_left_nrec = (uint16_t)((total_nrec - 2) - new_middle_nrec) / 2; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2internal.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2internal.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2internal.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2internal.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2internal.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2internal.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2internal.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2leaf.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2leaf.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2leaf.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2leaf.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2leaf.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2leaf.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2leaf.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5B2stat.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2stat.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2stat.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2stat.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2stat.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2stat.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2stat.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2stat.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5B2test.lo CC H5C.lo CC H5Cdbg.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2test.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2test.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2test.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2test.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2test.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2test.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5B2private.h(32), from H5B2pkg.h(30), from H5B2test.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5B2test.c(241): warning #2259: non-pointer conversion from "long long" to "int" may lose significant bits *result = (int)(*(const hssize_t *)rec1 - *(const hssize_t *)rec2); ^ H5B2test.c(270): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, *(const hsize_t *)nrecord, ctx->sizeof_size); ^ H5B2test.c(270): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, *(const hsize_t *)nrecord, ctx->sizeof_size); ^ H5B2test.c(270): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, *(const hsize_t *)nrecord, ctx->sizeof_size); ^ H5B2test.c(270): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, *(const hsize_t *)nrecord, ctx->sizeof_size); ^ H5B2test.c(270): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, *(const hsize_t *)nrecord, ctx->sizeof_size); ^ H5B2test.c(376): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits *result = (int)(((const H5B2_test_rec_t *)rec1)->key - ((const H5B2_test_rec_t *)rec2)->key); ^ H5B2test.c(405): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->key, ctx->sizeof_size); ^ H5B2test.c(405): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->key, ctx->sizeof_size); ^ H5B2test.c(405): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->key, ctx->sizeof_size); ^ H5B2test.c(405): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->key, ctx->sizeof_size); ^ H5B2test.c(405): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->key, ctx->sizeof_size); ^ H5B2test.c(406): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->val, ctx->sizeof_size); ^ H5B2test.c(406): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->val, ctx->sizeof_size); ^ H5B2test.c(406): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->val, ctx->sizeof_size); ^ H5B2test.c(406): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->val, ctx->sizeof_size); ^ H5B2test.c(406): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, ((const H5B2_test_rec_t *)nrecord)->val, ctx->sizeof_size); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5C.c(83): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5C.c(83): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5C.c(83): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5C.c(83): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5C.c(83): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5C.c(83): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5C.c(83): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5C.c(957): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, entry_ptr, FAIL) ^ H5C.c(1419): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, test_entry_ptr, FAIL) ^ H5C.c(1580): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__INSERT_IN_INDEX(cache_ptr, entry_ptr, FAIL) ^ H5C.c(1978): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, old_addr, entry_ptr, FAIL) ^ H5C.c(1994): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, new_addr, test_entry_ptr, FAIL) ^ H5C.c(2019): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__DELETE_FROM_INDEX(cache_ptr, entry_ptr, FAIL) ^ H5C.c(2047): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__INSERT_IN_INDEX(cache_ptr, entry_ptr, FAIL) ^ H5C.c(2452): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, entry_ptr, NULL) ^ H5C.c(2677): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__INSERT_IN_INDEX(cache_ptr, entry_ptr, NULL) ^ H5C.c(2998): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits new_min_clean_size = (size_t)((double)new_max_cache_size * ^ H5C.c(3050): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits cache_ptr->flash_size_increase_threshold = (size_t)(((double)(cache_ptr->max_cache_size)) * ^ H5C.c(3456): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, test_entry_ptr, FAIL) ^ H5C.c(3481): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, test_entry_ptr, FAIL) ^ H5C.c(4177): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits (((double)(cache_ptr->max_cache_size)) * ^ H5C.c(4265): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits (((double)(cache_ptr->max_cache_size)) * ^ H5C.c(4330): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits ((double)new_max_cache_size * ^ H5C.c(4368): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits (((double)(cache_ptr->max_cache_size)) * ^ H5C.c(4471): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits test_size = (size_t)(((double)cache_ptr->index_size) / ^ H5C.c(5121): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits (size_t)(((double)space_needed) * ^ H5C.c(5141): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits ((double)new_max_cache_size * ^ H5C.c(5164): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits (((double)(cache_ptr->max_cache_size)) * ^ H5C.c(6358): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__DELETE_FROM_INDEX(cache_ptr, entry_ptr, FAIL) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cdbg.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cdbg.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cdbg.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cdbg.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cdbg.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cdbg.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cdbg.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5C.c(6828): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits H5_CHECKED_ASSIGN(buf_size, int, actual_len - len, size_t); ^ H5C.c(8789): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__DELETE_FROM_INDEX(cache_ptr, entry_ptr, FAIL); ^ H5C.c(8796): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__INSERT_IN_INDEX(cache_ptr, entry_ptr, FAIL); ^ H5C.c(8897): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__DELETE_FROM_INDEX(cache, entry, FAIL) ^ CC H5Cepoch.lo CC H5Cimage.lo CC H5Clog.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cepoch.c(30): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cepoch.c(30): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cepoch.c(30): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cepoch.c(30): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cepoch.c(30): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cepoch.c(30): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cepoch.c(30): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cimage.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cimage.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cimage.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cimage.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cimage.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cimage.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Cimage.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Clog.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Clog.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Clog.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Clog.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Clog.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Clog.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5Clog.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Cimage.c(712): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, pf_entry_ptr, FAIL); ^ H5Cimage.c(718): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__INSERT_IN_INDEX(cache_ptr, ds_entry_ptr, FAIL) ^ H5Cimage.c(2242): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cache_ptr->image_data_len); ^ H5Cimage.c(2242): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cache_ptr->image_data_len); ^ H5Cimage.c(2242): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cache_ptr->image_data_len); ^ H5Cimage.c(2242): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cache_ptr->image_data_len); ^ H5Cimage.c(2242): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cache_ptr->image_data_len); ^ H5Cimage.c(2349): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, ie_ptr->size); ^ H5Cimage.c(2349): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, ie_ptr->size); ^ H5Cimage.c(2349): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, ie_ptr->size); ^ H5Cimage.c(2349): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, ie_ptr->size); ^ H5Cimage.c(2349): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, ie_ptr->size); ^ H5Cimage.c(3141): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__INSERT_IN_INDEX(cache_ptr, pf_entry_ptr, FAIL) ^ H5Cimage.c(3162): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, pf_entry_ptr->fd_parent_addrs[v], parent_ptr, FAIL) ^ CC H5Cprefetched.lo CC H5Cquery.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cprefetched.c(30): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cprefetched.c(30): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cprefetched.c(30): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cprefetched.c(30): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cprefetched.c(30): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cprefetched.c(30): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cprefetched.c(30): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Cquery.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Cquery.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Cquery.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Cquery.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Cquery.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Cquery.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Cquery.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Cquery.c(190): warning #2259: non-pointer conversion from "int64_t={long}" to "double" may lose significant bits *hit_rate_ptr = ((double)(cache_ptr->cache_hits)) / ^ H5Cquery.c(191): warning #2259: non-pointer conversion from "int64_t={long}" to "double" may lose significant bits ((double)(cache_ptr->cache_accesses)); ^ H5Cquery.c(258): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, entry_ptr, FAIL) ^ H5Cquery.c(444): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, entry_ptr, FAIL) ^ CC H5Ctag.lo CC H5Ctest.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Ctag.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Ctag.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Ctag.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Ctag.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Ctag.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Ctag.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Ctag.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Ctest.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Ctest.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Ctest.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Ctest.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Ctest.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Ctest.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5Cpkg.h(37), from H5Ctest.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5CS.lo CC H5D.lo CC H5Dbtree.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5D.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5D.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5D.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5D.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5D.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5D.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5D.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Dbtree2.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Dbtree.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Dbtree.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Dbtree.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Dbtree.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Dbtree.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Dbtree.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Dbtree.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dbtree.c(740): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(raw, tmp_offset); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dbtree2.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dbtree2.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dbtree2.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dbtree2.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dbtree2.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dbtree2.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dbtree2.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dbtree2.c(398): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(raw, record->scaled[u]); ^ H5Dbtree2.c(508): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(raw, record->nbytes, ctx->chunk_size_len); ^ H5Dbtree2.c(511): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(raw, record->scaled[u]); ^ CC H5Dchunk.lo CC H5Dcompact.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Dchunk.c(53): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Dchunk.c(53): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Dchunk.c(53): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Dchunk.c(53): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Dchunk.c(53): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Dchunk.c(53): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Dchunk.c(53): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dchunk.c(393): warning #177: variable "md_dxpl_generated" was declared but never referenced hbool_t md_dxpl_generated = FALSE; /* bool to indicate whether we should free the md_dxpl_id at exit */ ^ H5Dchunk.c(608): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint32_t={unsigned int}" may lose significant bits dset->shared->layout.u.chunk.dim[dset->shared->layout.u.chunk.ndims - 1] = (uint32_t)H5T_GET_SIZE(dset->shared->type); ^ H5Dchunk.c(724): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); ^ H5Dchunk.c(816): warning #177: variable "sc" was declared but never referenced const H5O_storage_chunk_t *sc = &(storage->u.chunk); ^ H5Dchunk.c(1469): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_chunk_info->scaled, scaled, sizeof(hsize_t) * fm->f_ndims); ^ H5Dchunk.c(1469): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_chunk_info->scaled, scaled, sizeof(hsize_t) * fm->f_ndims); ^ H5Dchunk.c(1473): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_chunk_info->scaled, scaled, sizeof(hsize_t) * fm->f_ndims); ^ H5Dchunk.c(1473): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_chunk_info->scaled, scaled, sizeof(hsize_t) * fm->f_ndims); ^ H5Dchunk.c(1730): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(chunk_info->scaled, scaled, sizeof(hsize_t) * fm->f_ndims); ^ H5Dchunk.c(1730): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(chunk_info->scaled, scaled, sizeof(hsize_t) * fm->f_ndims); ^ H5Dchunk.c(1732): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(chunk_info->scaled, scaled, sizeof(hsize_t) * fm->f_ndims); ^ H5Dchunk.c(1732): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(chunk_info->scaled, scaled, sizeof(hsize_t) * fm->f_ndims); ^ H5Dchunk.c(2371): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); ^ H5Dchunk.c(2501): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(last->scaled, udata->common.scaled, sizeof(hsize_t) * udata->common.layout->ndims); ^ H5Dchunk.c(2501): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(last->scaled, udata->common.scaled, sizeof(hsize_t) * udata->common.layout->ndims); ^ H5Dchunk.c(2582): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); ^ H5Dchunk.c(2659): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits ret = (unsigned)(val % shared->cache.chunk.nslots); ^ H5Dchunk.c(2683): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); ^ H5Dchunk.c(2806): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); ^ H5Dchunk.c(3496): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(ent->scaled, udata->common.scaled, sizeof(hsize_t) * layout->u.chunk.ndims); ^ H5Dchunk.c(3496): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(ent->scaled, udata->common.scaled, sizeof(hsize_t) * layout->u.chunk.ndims); ^ H5Dchunk.c(3624): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(fake_ent.scaled, udata->common.scaled, sizeof(hsize_t) * layout->u.chunk.ndims); ^ H5Dchunk.c(3624): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(fake_ent.scaled, udata->common.scaled, sizeof(hsize_t) * layout->u.chunk.ndims); ^ H5Dchunk.c(3687): warning #2312: pointer cast involving 64-bit pointed-to type *(hsize_t *)nbytes += chunk_rec->nbytes; ^ H5Dchunk.c(3716): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); ^ H5Dchunk.c(3809): warning #177: variable "sc" was declared but never referenced const H5O_storage_chunk_t *sc = &(layout->storage.u.chunk); ^ CC H5Dcontig.lo H5Dchunk.c(4229): warning #177: variable "pline" was declared but never referenced const H5O_pline_t *pline = &(dset->shared->dcpl_cache.pline); /* I/O pipeline info */ ^ H5Dchunk.c(4242): warning #177: variable "sc" was declared but never referenced const H5O_storage_chunk_t *sc = &(layout->storage.u.chunk); ^ H5Dchunk.c(4797): warning #177: variable "sc" was declared but never referenced const H5O_storage_chunk_t *sc = &(layout->storage.u.chunk); ^ H5Dchunk.c(5116): warning #177: variable "err_occurred" was declared but never referenced FUNC_ENTER_STATIC ^ H5Dchunk.c(5124): warning #177: label "done" was declared but never referenced done: ^ H5Dchunk.c(5148): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); ^ H5Dchunk.c(5203): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(storage->u.chunk); ^ H5Dchunk.c(5550): warning #2330: argument of type "const hsize_t={unsigned long long} *" is incompatible with parameter of type "hsize_t={unsigned long long} *" (dropping qualifiers) if(H5D__chunk_file_alloc(udata->idx_info_dst, NULL, &udata_dst.chunk_block, &need_insert, udata_dst.common.scaled) < 0) ^ H5Dchunk.c(5689): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (dt_mem = H5T_copy(dt_src, H5T_COPY_TRANSIENT))) ^ H5Dchunk.c(5697): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (dt_dst = H5T_copy(dt_src, H5T_COPY_TRANSIENT))) ^ H5Dchunk.c(5856): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(layout->storage.u.chunk); ^ H5Dchunk.c(5979): warning #177: variable "sc" was declared but never referenced H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcompact.c(33): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcompact.c(33): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcompact.c(33): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcompact.c(33): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcompact.c(33): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcompact.c(33): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcompact.c(33): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Ddbg.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcontig.c(35): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcontig.c(35): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcontig.c(35): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcontig.c(35): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcontig.c(35): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcontig.c(35): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dcontig.c(35): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddbg.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddbg.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddbg.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddbg.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddbg.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddbg.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddbg.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Ddeprec.lo CC H5Dearray.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddeprec.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddeprec.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddeprec.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddeprec.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddeprec.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddeprec.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Ddeprec.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Ddeprec.c(286): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(old_dims, dataset->shared->curr_dims, H5S_MAX_RANK * sizeof(old_dims[0])); ^ H5Ddeprec.c(286): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(old_dims, dataset->shared->curr_dims, H5S_MAX_RANK * sizeof(old_dims[0])); ^ CC H5Defl.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dearray.c(35): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dearray.c(35): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dearray.c(35): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dearray.c(35): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dearray.c(35): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dearray.c(35): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dearray.c(35): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dearray.c(518): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(raw, elmt->nbytes, ctx->chunk_size_len); ^ H5Dearray.c(1135): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_swizzle_coords(hsize_t, swizzled_coords, idx_info->layout->u.earray.unlim_dim); ^ H5Dearray.c(1135): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_swizzle_coords(hsize_t, swizzled_coords, idx_info->layout->u.earray.unlim_dim); ^ H5Dearray.c(1211): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(swizzled_chunks, layout->chunks, (layout->ndims - 1) * sizeof(swizzled_chunks[0])); ^ H5Dearray.c(1211): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(swizzled_chunks, layout->chunks, (layout->ndims - 1) * sizeof(swizzled_chunks[0])); ^ H5Dearray.c(1212): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_swizzle_coords(hsize_t, swizzled_chunks, layout->u.earray.unlim_dim); ^ H5Dearray.c(1212): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_swizzle_coords(hsize_t, swizzled_chunks, layout->u.earray.unlim_dim); ^ H5Dearray.c(1219): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(swizzled_max_chunks, layout->max_chunks, (layout->ndims - 1) * sizeof(swizzled_max_chunks[0])); ^ H5Dearray.c(1219): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(swizzled_max_chunks, layout->max_chunks, (layout->ndims - 1) * sizeof(swizzled_max_chunks[0])); ^ H5Dearray.c(1220): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_swizzle_coords(hsize_t, swizzled_max_chunks, layout->u.earray.unlim_dim); ^ H5Dearray.c(1220): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_swizzle_coords(hsize_t, swizzled_max_chunks, layout->u.earray.unlim_dim); ^ H5Dearray.c(1421): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_swizzle_coords(hsize_t, swizzled_coords, idx_info->layout->u.earray.unlim_dim); ^ H5Dearray.c(1421): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_swizzle_coords(hsize_t, swizzled_coords, idx_info->layout->u.earray.unlim_dim); ^ CC H5Dfarray.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Defl.c(30): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Defl.c(30): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Defl.c(30): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Defl.c(30): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Defl.c(30): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Defl.c(30): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Defl.c(30): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfarray.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfarray.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfarray.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfarray.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfarray.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfarray.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfarray.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dfarray.c(623): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(raw, elmt->nbytes, ctx->chunk_size_len); ^ CC H5Dfill.lo CC H5Dint.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfill.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfill.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfill.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfill.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfill.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfill.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dfill.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dfill.c(238): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(fill_type, H5T_COPY_ALL), FALSE)) < 0) ^ H5Dfill.c(241): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if((dst_id = H5I_register(H5I_DATATYPE, H5T_copy(buf_type, H5T_COPY_ALL), FALSE)) < 0) ^ H5Dfill.c(413): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (fb_info->mem_type = H5T_copy(dset_type, H5T_COPY_REOPEN))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dint.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dint.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dint.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dint.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dint.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dint.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dint.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dint.c(681): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if((dset->shared->type = H5T_copy(type, H5T_COPY_ALL)) == NULL) ^ H5Dint.c(1578): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(dset->shared->append_flush.boundary, info.boundary, sizeof(info.boundary)); ^ H5Dint.c(1578): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(dset->shared->append_flush.boundary, info.boundary, sizeof(info.boundary)); ^ H5Dint.c(2771): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(curr_dims, dset->shared->curr_dims, H5S_MAX_RANK * sizeof(curr_dims[0])); ^ H5Dint.c(2771): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(curr_dims, dset->shared->curr_dims, H5S_MAX_RANK * sizeof(curr_dims[0])); ^ H5Dint.c(3174): warning #2330: argument of type "const H5D_t *" is incompatible with parameter of type "H5D_t *" (dropping qualifiers) if(H5D__layout_oh_write(dataset, dxpl_id, oh, update_flags) < 0) ^ CC H5Dio.lo CC H5Dlayout.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dio.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dio.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dio.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dio.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dio.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dio.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dio.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dio.c(867): warning #177: variable "err_occurred" was declared but never referenced FUNC_ENTER_STATIC ^ H5Dio.c(920): warning #177: label "done" was declared but never referenced done: ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dlayout.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dlayout.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dlayout.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dlayout.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dlayout.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dlayout.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dlayout.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dlayout.c(516): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits heap_size += H5HL_ALIGN(HDstrlen(efl->slot[u].name) + 1); ^ CC H5Dnone.lo CC H5Doh.lo CC H5Dscatgath.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dnone.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dnone.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dnone.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dnone.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dnone.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dnone.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dnone.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Doh.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Doh.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Doh.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Doh.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Doh.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Doh.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Doh.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dscatgath.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dscatgath.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dscatgath.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dscatgath.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dscatgath.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dscatgath.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dscatgath.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Dselect.lo CC H5Dsingle.lo CC H5Dtest.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dselect.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dselect.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dselect.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dselect.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dselect.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dselect.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dselect.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), In file included from H5Fprivate.h(31), from H5Dpkg.h(30), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), H5VMprivate.h(395): warning #2259: n from H5Dsingle.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(3 from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dsingle.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h( from H5Oprivate.h(37), H5VMprivate.h(397): warning #2259: non-p from H5Dpkg.h(30), from H5Dsingle.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dsingle.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dtest.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dtest.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dtest.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Dvirtual.lo CC H5E.lo CC H5Edeprec.lo CC H5Eint.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dvirtual.c(49): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dvirtual.c(49): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dvirtual.c(49): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dvirtual.c(49): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dvirtual.c(49): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dvirtual.c(49): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dvirtual.c(49): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Eint.c(548): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits for(i = (int)(estack->nused - 1); i >= 0 && status >= 0; i--) { ^ H5Eint.c(557): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits status = (op->u.func1)((int)(estack->nused - (size_t)(i + 1)), &old_err, client_data); ^ H5Eint.c(578): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits for(i = (int)(estack->nused - 1); i >= 0 && status >= 0; i--) ^ H5Eint.c(579): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits status = (op->u.func2)((unsigned)(estack->nused - (size_t)(i + 1)), estack->slot + i, client_data); ^ CC H5EA.lo CC H5EAcache.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EA.c(47): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EA.c(47): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EA.c(47): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EA.c(47): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EA.c(47): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EA.c(47): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EA.c(47): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAcache.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAcache.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAcache.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAcache.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAcache.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAcache.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAcache.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5EAcache.c(489): warning #2259: non-pointer conversion from "H5EA_cls_id_t={enum H5EA_cls_id_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = hdr->cparam.cls->id; ^ H5EAcache.c(500): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nsuper_blks); /* Number of super blocks created */ ^ H5EAcache.c(500): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nsuper_blks); /* Number of super blocks created */ ^ H5EAcache.c(500): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nsuper_blks); /* Number of super blocks created */ ^ H5EAcache.c(500): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nsuper_blks); /* Number of super blocks created */ ^ H5EAcache.c(500): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nsuper_blks); /* Number of super blocks created */ ^ H5EAcache.c(501): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.super_blk_size); /* Size of super blocks created */ ^ H5EAcache.c(501): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.super_blk_size); /* Size of super blocks created */ ^ H5EAcache.c(501): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.super_blk_size); /* Size of super blocks created */ ^ H5EAcache.c(501): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.super_blk_size); /* Size of super blocks created */ ^ H5EAcache.c(501): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.super_blk_size); /* Size of super blocks created */ ^ H5EAcache.c(502): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.ndata_blks); /* Number of data blocks created */ ^ H5EAcache.c(502): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.ndata_blks); /* Number of data blocks created */ ^ H5EAcache.c(502): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.ndata_blks); /* Number of data blocks created */ ^ H5EAcache.c(502): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.ndata_blks); /* Number of data blocks created */ ^ H5EAcache.c(502): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.ndata_blks); /* Number of data blocks created */ ^ H5EAcache.c(503): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.data_blk_size); /* Size of data blocks created */ ^ H5EAcache.c(503): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.data_blk_size); /* Size of data blocks created */ ^ H5EAcache.c(503): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.data_blk_size); /* Size of data blocks created */ ^ H5EAcache.c(503): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.data_blk_size); /* Size of data blocks created */ ^ H5EAcache.c(503): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.data_blk_size); /* Size of data blocks created */ ^ H5EAcache.c(504): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.max_idx_set); /* Max. index set (+1) */ ^ H5EAcache.c(504): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.max_idx_set); /* Max. index set (+1) */ ^ H5EAcache.c(504): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.max_idx_set); /* Max. index set (+1) */ ^ H5EAcache.c(504): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.max_idx_set); /* Max. index set (+1) */ ^ H5EAcache.c(504): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.max_idx_set); /* Max. index set (+1) */ ^ H5EAcache.c(505): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nelmts); /* Number of elements 'realized' */ ^ H5EAcache.c(505): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nelmts); /* Number of elements 'realized' */ ^ H5EAcache.c(505): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nelmts); /* Number of elements 'realized' */ ^ H5EAcache.c(505): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nelmts); /* Number of elements 'realized' */ ^ H5EAcache.c(505): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.stored.nelmts); /* Number of elements 'realized' */ ^ H5EAcache.c(877): warning #2259: non-pointer conversion from "H5EA_cls_id_t={enum H5EA_cls_id_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = iblock->hdr->cparam.cls->id; ^ H5EAcache.c(1286): warning #2259: non-pointer conversion from "H5EA_cls_id_t={enum H5EA_cls_id_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = sblock->hdr->cparam.cls->id; ^ H5EAcache.c(1292): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(image, sblock->block_off, sblock->hdr->arr_off_size); ^ H5EAcache.c(1700): warning #2259: non-pointer conversion from "H5EA_cls_id_t={enum H5EA_cls_id_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = dblock->hdr->cparam.cls->id; ^ H5EAcache.c(1706): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(image, dblock->block_off, dblock->hdr->arr_off_size); ^ CC H5EAdbg.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdbg.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdbg.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdbg.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdbg.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdbg.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdbg.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdbg.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5EAdblkpage.lo CC H5EAdblock.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblkpage.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblkpage.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblkpage.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblkpage.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblkpage.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblkpage.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblkpage.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5EAhdr.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblock.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblock.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblock.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblock.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblock.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblock.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAdblock.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5EAiblock.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAhdr.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAhdr.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAhdr.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAhdr.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAhdr.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAhdr.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAhdr.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5EAint.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAiblock.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAiblock.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAiblock.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAiblock.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAiblock.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAiblock.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAiblock.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5EAiblock.c(439): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits if(H5EA__sblock_delete(hdr, dxpl_id, iblock, iblock->sblk_addrs[u], (unsigned)(u + iblock->nsblks)) < 0) ^ CC H5EAsblock.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAint.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAint.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAint.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAint.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAint.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAint.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAint.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAsblock.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAsblock.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAsblock.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAsblock.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAsblock.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAsblock.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAsblock.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5EAstat.lo CC H5EAtest.lo CC H5F.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAtest.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAtest.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAtest.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAtest.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAtest.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAtest.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAtest.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAstat.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAstat.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAstat.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAstat.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAstat.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAstat.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5EAprivate.h(35), from H5EApkg.h(30), from H5EAstat.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5EAtest.c(253): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(raw, *elmt); ^ CC H5Fint.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5F.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5F.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5F.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5F.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5F.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5F.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5F.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5F.c(1728): warning #1025: zero extending result of unary operation file->shared->feature_flags &= ~(unsigned)H5FD_FEAT_ACCUMULATE_METADATA; ^ CC H5Faccum.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Fint.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Fint.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Fint.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Fint.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Fint.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Fint.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Fint.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Fint.c(750): warning #1025: zero extending result of unary operation f->shared->feature_flags &= ~(unsigned)H5FD_FEAT_ACCUMULATE_METADATA; ^ H5Fint.c(2138): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits *(*pp)++ = (uint8_t)(addr & 0xff); ^ CC H5Fcwfs.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Faccum.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Faccum.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Faccum.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Faccum.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Faccum.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Faccum.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Faccum.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fcwfs.c(44): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fcwfs.c(44): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fcwfs.c(44): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fcwfs.c(44): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fcwfs.c(44): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fcwfs.c(44): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fcwfs.c(44): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Fdbg.lo CC H5Fdeprec.lo CC H5Fefc.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdbg.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdbg.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdbg.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdbg.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdbg.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdbg.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdbg.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdeprec.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdeprec.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdeprec.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdeprec.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdeprec.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdeprec.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fdeprec.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fefc.c(33): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fefc.c(33): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fefc.c(33): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fefc.c(33): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fefc.c(33): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fefc.c(33): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fefc.c(33): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Ffake.lo CC H5Fio.lo CC H5Fmount.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ffake.c(20): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ffake.c(20): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ffake.c(20): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ffake.c(20): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ffake.c(20): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ffake.c(20): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ffake.c(20): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fio.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fio.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fio.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fio.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fio.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fio.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fio.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fmount.c(19): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fmount.c(19): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fmount.c(19): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fmount.c(19): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fmount.c(19): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fmount.c(19): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fmount.c(19): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Fquery.lo CC H5Fsfile.lo CC H5Fspace.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fquery.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fquery.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fquery.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fquery.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fquery.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fquery.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fquery.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsfile.c(19): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsfile.c(19): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsfile.c(19): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsfile.c(19): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsfile.c(19): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsfile.c(19): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsfile.c(19): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Fsuper.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fspace.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fspace.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fspace.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fspace.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fspace.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fspace.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fspace.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Fsuper_cache.lo CC H5Ftest.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fsuper.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fsuper.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fsuper.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fsuper.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fsuper.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fsuper.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Fsuper.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5FA.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsuper_cache.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsuper_cache.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsuper_cache.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsuper_cache.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsuper_cache.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsuper_cache.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fsuper_cache.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Fsuper_cache.c(1038): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(image, drvinfo->len); ^ H5Fsuper_cache.c(1038): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(image, drvinfo->len); ^ H5Fsuper_cache.c(1038): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(image, drvinfo->len); ^ H5Fsuper_cache.c(1038): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(image, drvinfo->len); ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ftest.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ftest.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ftest.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ftest.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ftest.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ftest.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ftest.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FA.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FA.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FA.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FA.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FA.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FA.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FA.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5FAcache.lo CC H5FAdbg.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAcache.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAcache.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAcache.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAcache.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAcache.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAcache.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAcache.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5FAcache.c(419): warning #2259: non-pointer conversion from "H5FA_cls_id_t={enum H5FA_cls_id_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = hdr->cparam.cls->id; ^ H5FAcache.c(426): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.nelmts); /* Number of elements for the fixed array */ ^ H5FAcache.c(426): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.nelmts); /* Number of elements for the fixed array */ ^ H5FAcache.c(426): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.nelmts); /* Number of elements for the fixed array */ ^ H5FAcache.c(426): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.nelmts); /* Number of elements for the fixed array */ ^ H5FAcache.c(426): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->stats.nelmts); /* Number of elements for the fixed array */ ^ H5FAcache.c(807): warning #2259: non-pointer conversion from "H5FA_cls_id_t={enum H5FA_cls_id_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = dblock->hdr->cparam.cls->id; ^ CC H5FAdblock.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdbg.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdbg.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdbg.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdbg.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdbg.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdbg.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdbg.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5FAdbg.c(140): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits (unsigned)((size_t)1 << hdr->cparam.max_dblk_page_nelmts_bits)); ^ CC H5FAdblkpage.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblock.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblock.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblock.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblock.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblock.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblock.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblock.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblkpage.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblkpage.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblkpage.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblkpage.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblkpage.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblkpage.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAdblkpage.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5FAhdr.lo CC H5FAint.lo CC H5FAstat.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAhdr.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAhdr.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAhdr.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAhdr.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAhdr.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAhdr.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAhdr.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5FAtest.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAint.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAint.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAint.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAint.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAint.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAint.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAint.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAstat.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAstat.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAstat.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAstat.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAstat.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAstat.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAstat.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAtest.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAtest.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAtest.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAtest.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAtest.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAtest.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FAprivate.h(33), from H5FApkg.h(29), from H5FAtest.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5FAtest.c(240): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(raw, *elmt); ^ CC H5FD.lo CC H5FDcore.lo CC H5FDfamily.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FD.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FD.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FD.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FD.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FD.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FD.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FD.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5FDint.lo In file included from H5Fprivate.h(31), from H5FDcore.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FDcore.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FDcore.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDcore.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDcore.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FDcore.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDcore.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5FDfamily.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FDfamily.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FDfamily.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDfamily.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDfamily.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FDfamily.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDfamily.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5FDfamily.c(541): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(buf, (uint64_t)file->pmem_size); ^ H5FDfamily.c(1106): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits memb = (int)(offset/file->memb_size); ^ H5FDfamily.c(1158): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits H5_CHECKED_ASSIGN(u, unsigned, addr / file->memb_size, hsize_t); ^ H5FDfamily.c(1227): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits H5_CHECKED_ASSIGN(u, unsigned, addr / file->memb_size, hsize_t); ^ In file included from H5Fprivate.h(31), from H5FDint.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FDint.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FDint.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDint.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDint.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FDint.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDint.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5FDint.c(183): warning #2332: a value of type "const H5P_genplist_t *" cannot be assigned to an entity of type "H5P_genplist_t *" (dropping qualifiers) io_dxpl = fdio_info->raw_dxpl; ^ H5FDint.c(185): warning #2332: a value of type "const H5P_genplist_t *" cannot be assigned to an entity of type "H5P_genplist_t *" (dropping qualifiers) io_dxpl = fdio_info->meta_dxpl; ^ H5FDint.c(269): warning #2332: a value of type "const H5P_genplist_t *" cannot be assigned to an entity of type "H5P_genplist_t *" (dropping qualifiers) io_dxpl = fdio_info->raw_dxpl; ^ H5FDint.c(271): warning #2332: a value of type "const H5P_genplist_t *" cannot be assigned to an entity of type "H5P_genplist_t *" (dropping qualifiers) io_dxpl = fdio_info->meta_dxpl; ^ CC H5FDlog.lo CC H5FDmulti.lo CC H5FDsec2.lo CC H5FDspace.lo In file included from H5Fprivate.h(31), from H5FDlog.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FDlog.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FDlog.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDlog.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDlog.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FDlog.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDlog.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5FDlog.c(628): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits HDfprintf(file->logfp, "Open took: (%f s)\n", (double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec / (double)1000000.0f)); ^ H5FDlog.c(628): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits HDfprintf(file->logfp, "Open took: (%f s)\n", (double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec / (double)1000000.0f)); ^ H5FDlog.c(630): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits HDfprintf(file->logfp, "Stat took: (%f s)\n", (double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec / (double)1000000.0f)); ^ H5FDlog.c(630): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits HDfprintf(file->logfp, "Stat took: (%f s)\n", (double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec / (double)1000000.0f)); ^ H5FDlog.c(718): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits HDfprintf(file->logfp, "Close took: (%f s)\n", (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f)); ^ H5FDlog.c(718): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits HDfprintf(file->logfp, "Close took: (%f s)\n", (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f)); ^ H5FDlog.c(1221): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1221): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1315): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1315): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1428): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1428): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1516): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1516): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1632): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDlog.c(1632): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits time_diff = (double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec / (double)1000000.0f); ^ H5FDmulti.c(779): warning #2312: pointer cast involving 64-bit pointed-to type ap = (haddr_t*)x; ^ H5FDmulti.c(789): warning #1025: zero extending result of unary operation buf += (n+7) & ~((unsigned)0x0007); ^ In file included from H5Fprivate.h(31), from H5FDsec2.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FDsec2.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FDsec2.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDsec2.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDsec2.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FDsec2.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDsec2.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5FDspace.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FDspace.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FDspace.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDspace.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDspace.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FDspace.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDspace.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5FDspace.c(102): warning #177: variable "orig_size" was declared but never referenced hsize_t orig_size = size; /* Original allocation size */ ^ H5FDspace.c(104): warning #177: variable "extra" was declared but never referenced hsize_t extra; /* Extra space to allocate, to align request */ ^ CC H5FDstdio.lo CC H5FDtest.lo CC H5FL.lo CC H5FO.lo CC H5FS.lo CC H5FScache.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FO.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FO.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FO.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FO.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FO.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FO.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FO.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FS.c(35): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FS.c(35): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FS.c(35): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FS.c(35): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FS.c(35): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FS.c(35): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FS.c(35): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FScache.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FScache.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FScache.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FScache.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FScache.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FScache.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5FScache.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5FScache.c(465): warning #1946: trigraph detected and converted * (!H5F_addr_defined(fspace->addr)???) or the section info ^ H5FScache.c(721): warning #2259: non-pointer conversion from "H5FS_client_t={enum H5FS_client_t}" to "uint8_t={unsigned char}" may lose significant bits *image++ = fspace->client; ^ H5FScache.c(724): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_space); ^ H5FScache.c(724): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_space); ^ H5FScache.c(724): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_space); ^ H5FScache.c(724): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_space); ^ H5FScache.c(724): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_space); ^ H5FScache.c(727): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_sect_count); ^ H5FScache.c(727): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_sect_count); ^ H5FScache.c(727): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_sect_count); ^ H5FScache.c(727): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_sect_count); ^ H5FScache.c(727): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->tot_sect_count); ^ H5FScache.c(730): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->serial_sect_count); ^ H5FScache.c(730): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->serial_sect_count); ^ H5FScache.c(730): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->serial_sect_count); ^ H5FScache.c(730): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->serial_sect_count); ^ H5FScache.c(730): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->serial_sect_count); ^ H5FScache.c(733): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->ghost_sect_count); ^ H5FScache.c(733): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->ghost_sect_count); ^ H5FScache.c(733): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->ghost_sect_count); ^ H5FScache.c(733): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->ghost_sect_count); ^ H5FScache.c(733): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->ghost_sect_count); ^ H5FScache.c(750): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->max_sect_size); ^ H5FScache.c(750): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->max_sect_size); ^ H5FScache.c(750): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->max_sect_size); ^ H5FScache.c(750): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->max_sect_size); ^ H5FScache.c(750): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->max_sect_size); ^ H5FScache.c(756): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->sect_size); ^ H5FScache.c(756): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->sect_size); ^ H5FScache.c(756): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->sect_size); ^ H5FScache.c(756): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->sect_size); ^ H5FScache.c(756): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->sect_size); ^ H5FScache.c(759): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->alloc_sect_size); ^ H5FScache.c(759): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->alloc_sect_size); ^ H5FScache.c(759): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->alloc_sect_size); ^ H5FScache.c(759): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->alloc_sect_size); ^ H5FScache.c(759): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, fspace->alloc_sect_size); ^ H5FScache.c(1453): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*udata->image, sect->addr, udata->sinfo->sect_off_size); ^ H5FScache.c(1505): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*udata->image, fspace_node->serial_count, udata->sect_cnt_size); ^ H5FScache.c(1508): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*udata->image, fspace_node->sect_size, udata->sinfo->sect_len_size); ^ CC H5FSdbg.lo In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSdbg.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSdbg.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSdbg.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSdbg.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSdbg.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSdbg.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSdbg.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5FSint.lo CC H5FSsection.lo In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSint.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSint.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSint.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSint.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSint.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSint.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSint.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5FSstat.lo CC H5FStest.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FSsection.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FSsection.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FSsection.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FSsection.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FSsection.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FSsection.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5FSsection.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5G.lo In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSstat.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSstat.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSstat.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSstat.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSstat.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSstat.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FSstat.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FStest.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FStest.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FStest.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FStest.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FStest.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FStest.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FSprivate.h(32), from H5FSpkg.h(39), from H5FStest.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5G.c(87): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5G.c(87): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5G.c(87): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5G.c(87): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5G.c(87): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5G.c(87): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5G.c(87): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Gbtree2.lo CC H5Gcache.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gbtree2.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gbtree2.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gbtree2.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gbtree2.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gbtree2.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gbtree2.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gbtree2.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Gbtree2.c(474): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(raw, nrecord->corder) ^ H5Gbtree2.c(474): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(raw, nrecord->corder) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcache.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcache.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcache.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcache.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcache.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcache.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcache.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Gcompact.lo CC H5Gdense.lo CC H5Gdeprec.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcompact.c(30): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcompact.c(30): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcompact.c(30): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcompact.c(30): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcompact.c(30): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcompact.c(30): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gcompact.c(30): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gdense.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gdense.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gdense.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gdense.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gdense.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gdense.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Gdense.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gdeprec.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gdeprec.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gdeprec.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gdeprec.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gdeprec.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gdeprec.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gdeprec.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Gdeprec.c(689): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits if((ret_value = (int)H5G_loc_get_comment(&loc, name, buf, bufsize, H5P_DEFAULT, H5AC_ind_read_dxpl_id)) < 0) ^ CC H5Gent.lo CC H5Gint.lo In file included from H5Fprivate.h(31), from H5Gent.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Gent.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Gent.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gent.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gent.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Gent.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gent.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5Gint.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5Gint.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5Gint.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5Gint.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5Gint.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5Gint.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5Gint.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Gent.c(253): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, ent->name_off); ^ H5Gent.c(253): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, ent->name_off); ^ H5Gent.c(253): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, ent->name_off); ^ H5Gent.c(253): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, ent->name_off); ^ H5Gent.c(253): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, ent->name_off); ^ H5Gent.c(270): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, ent->cache.slink.lval_offset); ^ H5Gent.c(270): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, ent->cache.slink.lval_offset); ^ H5Gent.c(270): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, ent->cache.slink.lval_offset); ^ H5Gent.c(270): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, ent->cache.slink.lval_offset); ^ H5Gent.c(280): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, 0); ^ CC H5Glink.lo CC H5Gloc.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Glink.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Glink.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Glink.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Glink.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Glink.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Glink.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Glink.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Gloc.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Gloc.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Gloc.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Gloc.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Gloc.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Gloc.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Gloc.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Gname.lo CC H5Gnode.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gname.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gname.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gname.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gname.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gname.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gname.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gname.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Gobj.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gnode.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gnode.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gnode.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gnode.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gnode.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gnode.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Gnode.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Gnode.c(223): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, key->offset, shared->sizeof_len); ^ H5Gnode.c(223): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, key->offset, shared->sizeof_len); ^ H5Gnode.c(223): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, key->offset, shared->sizeof_len); ^ H5Gnode.c(223): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, key->offset, shared->sizeof_len); ^ H5Gnode.c(223): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, key->offset, shared->sizeof_len); ^ H5Gnode.c(790): warning #177: variable "lt_key" was declared but never referenced H5G_node_key_t *lt_key = (H5G_node_key_t *)_lt_key; ^ CC H5Goh.lo In file included from H5Fprivate.h(31), from H5Gobj.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Gobj.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Gobj.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gobj.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gobj.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Gobj.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gobj.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Goh.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Goh.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Goh.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Goh.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Goh.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Goh.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Goh.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Groot.lo CC H5Gstab.lo CC H5Gtest.lo CC H5Gtraverse.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Groot.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Groot.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Groot.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Groot.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Groot.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Groot.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Groot.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Gstab.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Gstab.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Gstab.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gstab.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gstab.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Gstab.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Gstab.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtest.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtest.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtest.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtest.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtest.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtest.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtest.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtraverse.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtraverse.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtraverse.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtraverse.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtraverse.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtraverse.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Gtraverse.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5HF.lo CC H5HFbtree2.lo CC H5HFcache.lo In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5HF.c(42): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5HF.c(42): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5HF.c(42): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5HF.c(42): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5HF.c(42): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5HF.c(42): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FOprivate.h(26), from H5HF.c(42): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFbtree2.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFbtree2.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFbtree2.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFbtree2.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFbtree2.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFbtree2.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFbtree2.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFbtree2.c(363): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits *result = (int)(((const H5HF_huge_bt2_indir_rec_t *)_rec1)->id - ^ H5HFbtree2.c(396): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(396): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(396): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(396): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(397): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(397): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(397): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(397): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(397): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(566): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits *result = (int)(((const H5HF_huge_bt2_filt_indir_rec_t *)_rec1)->id - ^ H5HFbtree2.c(599): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(599): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(599): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(599): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(599): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(601): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(601): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(601): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(601): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(601): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(602): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(602): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(602): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(602): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(602): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->id, ctx->sizeof_size); ^ H5HFbtree2.c(792): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(792): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(792): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(792): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(792): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(1004): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(1004): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(1004): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(1004): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(1004): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->len, ctx->sizeof_size); ^ H5HFbtree2.c(1006): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(1006): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(1006): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(1006): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ H5HFbtree2.c(1006): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(raw, nrecord->obj_size, ctx->sizeof_size); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HFcache.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HFcache.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HFcache.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HFcache.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HFcache.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HFcache.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HFcache.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFcache.c(329): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.start_block_size); ^ H5HFcache.c(329): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.start_block_size); ^ H5HFcache.c(329): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.start_block_size); ^ H5HFcache.c(329): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.start_block_size); ^ H5HFcache.c(329): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.start_block_size); ^ H5HFcache.c(332): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.max_direct_size); ^ H5HFcache.c(332): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.max_direct_size); ^ H5HFcache.c(332): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.max_direct_size); ^ H5HFcache.c(332): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.max_direct_size); ^ H5HFcache.c(332): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, *pp, dtable->cparam.max_direct_size); ^ H5HFcache.c(774): warning #2332: a value of type "const H5F_t *" cannot be assigned to an entity of type "H5F_t *" (dropping qualifiers) hdr->f = f; ^ H5HFcache.c(797): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_next_id); /* Next ID to use for "huge" object */ ^ H5HFcache.c(797): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_next_id); /* Next ID to use for "huge" object */ ^ H5HFcache.c(797): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_next_id); /* Next ID to use for "huge" object */ ^ H5HFcache.c(797): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_next_id); /* Next ID to use for "huge" object */ ^ H5HFcache.c(797): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_next_id); /* Next ID to use for "huge" object */ ^ H5HFcache.c(801): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->total_man_free); /* Internal free space in managed direct blocks */ ^ H5HFcache.c(801): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->total_man_free); /* Internal free space in managed direct blocks */ ^ H5HFcache.c(801): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->total_man_free); /* Internal free space in managed direct blocks */ ^ H5HFcache.c(801): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->total_man_free); /* Internal free space in managed direct blocks */ ^ H5HFcache.c(801): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->total_man_free); /* Internal free space in managed direct blocks */ ^ H5HFcache.c(805): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_size); ^ H5HFcache.c(805): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_size); ^ H5HFcache.c(805): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_size); ^ H5HFcache.c(805): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_size); ^ H5HFcache.c(805): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_size); ^ H5HFcache.c(806): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_alloc_size); ^ H5HFcache.c(806): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_alloc_size); ^ H5HFcache.c(806): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_alloc_size); ^ H5HFcache.c(806): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_alloc_size); ^ H5HFcache.c(806): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_alloc_size); ^ H5HFcache.c(807): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_iter_off); ^ H5HFcache.c(807): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_iter_off); ^ H5HFcache.c(807): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_iter_off); ^ H5HFcache.c(807): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_iter_off); ^ H5HFcache.c(807): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_iter_off); ^ H5HFcache.c(808): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_nobjs); ^ H5HFcache.c(808): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_nobjs); ^ H5HFcache.c(808): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_nobjs); ^ H5HFcache.c(808): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_nobjs); ^ H5HFcache.c(808): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->man_nobjs); ^ H5HFcache.c(809): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_size); ^ H5HFcache.c(809): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_size); ^ H5HFcache.c(809): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_size); ^ H5HFcache.c(809): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_size); ^ H5HFcache.c(809): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_size); ^ H5HFcache.c(810): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_nobjs); ^ H5HFcache.c(810): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_nobjs); ^ H5HFcache.c(810): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_nobjs); ^ H5HFcache.c(810): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_nobjs); ^ H5HFcache.c(810): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->huge_nobjs); ^ H5HFcache.c(811): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_size); ^ H5HFcache.c(811): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_size); ^ H5HFcache.c(811): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_size); ^ H5HFcache.c(811): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_size); ^ H5HFcache.c(811): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_size); ^ H5HFcache.c(812): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_nobjs); ^ H5HFcache.c(812): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_nobjs); ^ H5HFcache.c(812): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_nobjs); ^ H5HFcache.c(812): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_nobjs); ^ H5HFcache.c(812): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->tiny_nobjs); ^ H5HFcache.c(821): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->pline_root_direct_size); ^ H5HFcache.c(821): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->pline_root_direct_size); ^ H5HFcache.c(821): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->pline_root_direct_size); ^ H5HFcache.c(821): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->pline_root_direct_size); ^ H5HFcache.c(821): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, hdr->pline_root_direct_size); ^ H5HFcache.c(1361): warning #2332: a value of type "const H5F_t *" cannot be assigned to an entity of type "H5F_t *" (dropping qualifiers) hdr->f = f; ^ H5HFcache.c(1374): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(image, iblock->block_off, hdr->heap_off_size); ^ H5HFcache.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, iblock->filt_ents[u].size); ^ H5HFcache.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, iblock->filt_ents[u].size); ^ H5HFcache.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, iblock->filt_ents[u].size); ^ H5HFcache.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, iblock->filt_ents[u].size); ^ H5HFcache.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, image, iblock->filt_ents[u].size); ^ H5HFcache.c(1476): warning #177: variable "par_iblock" was declared but never referenced H5HF_indirect_t *par_iblock = iblock->parent; ^ H5HFcache.c(2160): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(image, dblock->block_off, hdr->heap_off_size); ^ CC H5HFdbg.lo CC H5HFdblock.lo In file included from H5Fprivate.h(31), from H5HFdblock.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFdblock.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFdblock.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFdblock.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFdblock.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFdblock.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFdblock.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5HFdtable.lo In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdbg.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdbg.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdbg.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdbg.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdbg.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdbg.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdbg.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFdbg.c(605): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits ((double)100.0f * (double)((dblock->size - blk_prefix_size) - amount_free) / (double)(dblock->size - blk_prefix_size))); ^ H5HFdbg.c(605): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits ((double)100.0f * (double)((dblock->size - blk_prefix_size) - amount_free) / (double)(dblock->size - blk_prefix_size))); ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdtable.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdtable.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdtable.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdtable.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdtable.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdtable.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFdtable.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFdtable.c(170): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits H5_CHECKED_ASSIGN(*col, unsigned, (off / dtable->cparam.start_block_size), hsize_t); ^ H5HFdtable.c(180): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits H5_CHECKED_ASSIGN(*col, unsigned, ((off - off_mask) / dtable->row_block_size[*row]), hsize_t); ^ CC H5HFhdr.lo CC H5HFhuge.lo CC H5HFiblock.lo CC H5HFiter.lo In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhdr.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhdr.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhdr.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhdr.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhdr.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhdr.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhdr.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFhdr.c(434): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits if(0 == (hdr->filter_len = (unsigned)H5O_msg_raw_size(hdr->f, H5O_PLINE_ID, FALSE, &(hdr->pline)))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhuge.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhuge.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhuge.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhuge.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhuge.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhuge.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFhuge.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFhuge.c(125): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint32_t={unsigned int}" may lose significant bits bt2_cparam.rrec_size = (size_t)((unsigned)hdr->sizeof_addr /* Address of object */ ^ H5HFhuge.c(132): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint32_t={unsigned int}" may lose significant bits bt2_cparam.rrec_size = (size_t)((unsigned)hdr->sizeof_addr /* Address of object */ ^ H5HFhuge.c(139): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint32_t={unsigned int}" may lose significant bits bt2_cparam.rrec_size = (size_t)((unsigned)hdr->sizeof_addr /* Address of filtered object */ ^ H5HFhuge.c(147): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint32_t={unsigned int}" may lose significant bits bt2_cparam.rrec_size = (size_t)((unsigned)hdr->sizeof_addr /* Address of object */ ^ H5HFhuge.c(410): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(410): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(410): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(410): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(410): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(412): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)obj_size); ^ H5HFhuge.c(412): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)obj_size); ^ H5HFhuge.c(412): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)obj_size); ^ H5HFhuge.c(412): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)obj_size); ^ H5HFhuge.c(412): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)obj_size); ^ H5HFhuge.c(431): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(431): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(431): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(431): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(431): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(hdr->f, id, (hsize_t)write_size); ^ H5HFhuge.c(477): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(id, new_id, hdr->huge_id_size) ^ In file included from H5Fprivate.h(31), from H5HFiblock.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFiblock.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFiblock.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFiblock.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFiblock.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFiblock.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFiblock.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFiblock.c(647): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits unsigned row = (unsigned)(u / hdr->man_dtable.cparam.width); /* Row for current entry */ ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFiter.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFiter.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFiter.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFiter.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFiter.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFiter.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFiter.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFiter.c(183): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits col = (unsigned)(curr_offset / hdr->man_dtable.row_block_size[row]); ^ CC H5HFman.lo CC H5HFsection.lo CC H5HFspace.lo In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFman.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFman.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFman.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFman.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFman.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFman.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFman.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFman.c(196): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5HF_MAN_ID_ENCODE(id, hdr, (dblock->block_off + blk_off), obj_size); ^ H5HFman.c(196): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5HF_MAN_ID_ENCODE(id, hdr, (dblock->block_off + blk_off), obj_size); ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFsection.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFsection.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFsection.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFsection.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFsection.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFsection.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFsection.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5HFstat.lo H5HFsection.c(3900): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(buf, sect->u.indirect.u.iblock->block_off, hdr->heap_off_size); ^ H5HFsection.c(3903): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(buf, sect->u.indirect.u.iblock_off, hdr->heap_off_size); ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFspace.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFspace.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFspace.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFspace.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFspace.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFspace.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFspace.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFstat.c(33): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFstat.c(33): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFstat.c(33): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFstat.c(33): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFstat.c(33): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFstat.c(33): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFstat.c(33): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5HFtest.lo CC H5HFtiny.lo CC H5HG.lo In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtest.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtest.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtest.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtest.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtest.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtest.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtest.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFtest.c(482): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits *obj_type = *id & H5HF_ID_TYPE_MASK; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtiny.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtiny.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtiny.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtiny.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtiny.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtiny.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HFprivate.h(32), from H5HFpkg.h(30), from H5HFtiny.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HFtiny.c(170): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits *id++ = (uint8_t)(H5HF_ID_VERS_CURR | H5HF_ID_TYPE_TINY | ^ H5HFtiny.c(174): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits *id++ = (uint8_t)(H5HF_ID_VERS_CURR | H5HF_ID_TYPE_TINY | ^ H5HFtiny.c(176): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits *id++ = enc_obj_size & H5HF_TINY_MASK_EXT_2; ^ In file included from H5Fprivate.h(31), from H5HG.c(50): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HG.c(50): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HG.c(50): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HG.c(50): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HG.c(50): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HG.c(50): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HG.c(50): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HG.c(177): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, size); ^ H5HG.c(177): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, size); ^ H5HG.c(177): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, size); ^ H5HG.c(177): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, size); ^ H5HG.c(177): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, size); ^ H5HG.c(199): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(199): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(199): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(199): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(199): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(355): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, size); ^ H5HG.c(355): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, size); ^ H5HG.c(355): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, size); ^ H5HG.c(355): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, size); ^ H5HG.c(355): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, size); ^ H5HG.c(376): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(376): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(376): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(376): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(376): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(459): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->size); ^ H5HG.c(459): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->size); ^ H5HG.c(459): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->size); ^ H5HG.c(459): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->size); ^ H5HG.c(459): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->size); ^ H5HG.c(477): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(477): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(477): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(477): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(477): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, heap->obj[0].size); ^ H5HG.c(829): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(829): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(829): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(829): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ H5HG.c(829): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH (f, p, heap->obj[0].size); ^ CC H5HGcache.lo CC H5HGdbg.lo CC H5HGquery.lo In file included from H5Fprivate.h(31), from H5HGcache.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HGcache.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HGcache.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HGcache.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HGcache.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HGcache.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HGcache.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HGdbg.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HGdbg.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HGdbg.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HGdbg.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HGdbg.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HGdbg.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HGdbg.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5HGprivate.h(25), from H5HGpkg.h(30), from H5HGquery.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HGprivate.h(25), from H5HGpkg.h(30), from H5HGquery.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HGprivate.h(25), from H5HGpkg.h(30), from H5HGquery.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HGprivate.h(25), from H5HGpkg.h(30), from H5HGquery.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HGprivate.h(25), from H5HGpkg.h(30), from H5HGquery.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HGprivate.h(25), from H5HGpkg.h(30), from H5HGquery.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HGprivate.h(25), from H5HGpkg.h(30), from H5HGquery.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5HL.lo CC H5HLcache.lo CC H5HLdbg.lo CC H5HLint.lo In file included from H5Fprivate.h(31), from H5HL.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5HL.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5HL.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HL.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HL.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5HL.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5HL.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLcache.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLcache.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLcache.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLcache.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLcache.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLcache.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLcache.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HLcache.c(310): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->next->offset, heap->sizeof_size) ^ H5HLcache.c(310): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->next->offset, heap->sizeof_size) ^ H5HLcache.c(310): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->next->offset, heap->sizeof_size) ^ H5HLcache.c(310): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->next->offset, heap->sizeof_size) ^ H5HLcache.c(310): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->next->offset, heap->sizeof_size) ^ H5HLcache.c(312): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, H5HL_FREE_NULL, heap->sizeof_size) ^ H5HLcache.c(314): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->size, heap->sizeof_size) ^ H5HLcache.c(314): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->size, heap->sizeof_size) ^ H5HLcache.c(314): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->size, heap->sizeof_size) ^ H5HLcache.c(314): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->size, heap->sizeof_size) ^ H5HLcache.c(314): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, fl->size, heap->sizeof_size) ^ H5HLcache.c(596): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->dblk_size, heap->sizeof_size); ^ H5HLcache.c(596): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->dblk_size, heap->sizeof_size); ^ H5HLcache.c(596): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->dblk_size, heap->sizeof_size); ^ H5HLcache.c(596): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->dblk_size, heap->sizeof_size); ^ H5HLcache.c(596): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->dblk_size, heap->sizeof_size); ^ H5HLcache.c(597): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->free_block, heap->sizeof_size); ^ H5HLcache.c(597): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->free_block, heap->sizeof_size); ^ H5HLcache.c(597): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->free_block, heap->sizeof_size); ^ H5HLcache.c(597): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->free_block, heap->sizeof_size); ^ H5HLcache.c(597): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH_LEN(image, heap->free_block, heap->sizeof_size); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdbg.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdbg.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdbg.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdbg.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdbg.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdbg.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdbg.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5HLdbg.c(115): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits ((double)100.0f * (double)(h->dblk_size - amount_free) / (double)h->dblk_size)); ^ H5HLdbg.c(115): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits ((double)100.0f * (double)(h->dblk_size - amount_free) / (double)h->dblk_size)); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLint.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLint.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLint.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLint.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLint.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLint.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLint.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5HLprfx.lo CC H5HLdblk.lo CC H5HP.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdblk.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdblk.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), In file included from H5Fprivate.h(31), from H5HLpkg.h(30), from H5HLdblk.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLprfx.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32 from H5HLpkg.h(30), H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), In file included from H5Fprivate.h(31 from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLdblk.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32 from H5HLpkg.h(30), H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLprfx.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLprfx.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5HLprivate.h(32), from H5HLpkg.h(30), from H5HLprfx.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5I.lo CC H5Itest.lo CC H5L.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5I.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5I.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5I.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5I.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5I.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5I.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5I.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Lexternal.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Itest.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Itest.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Itest.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Itest.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Itest.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Itest.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Itest.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5L.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5L.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5L.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5L.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5L.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5L.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5L.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5L.c(2639): warning #2330: argument of type "const char *" is incompatible with parameter of type "char *" (dropping qualifiers) dst_name_r = H5RS_wrap(udata->dst_name); ^ CC H5make_libsettings.o In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Lexternal.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Lexternal.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Lexternal.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Lexternal.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Lexternal.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Lexternal.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Lexternal.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5make_libsettings.c(183): warning #2259: non-pointer conversion from "long" to "unsigned int" may lose significant bits n = MIN(sizeof(real_name) - 1, (unsigned)(comma - pwd->pw_gecos)); ^ H5make_libsettings.c(183): warning #2259: non-pointer conversion from "long" to "unsigned int" may lose significant bits n = MIN(sizeof(real_name) - 1, (unsigned)(comma - pwd->pw_gecos)); ^ CC H5MF.lo CC H5MFaggr.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MF.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MF.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MF.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MF.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MF.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MF.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MF.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5MF.c(3249): warning #177: variable "fs_stat" was declared but never referenced H5FS_stat_t fs_stat; /* Information for hdr FSM */ ^ CC H5MFdbg.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFaggr.c(35): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFaggr.c(35): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFaggr.c(35): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFaggr.c(35): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFaggr.c(35): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFaggr.c(35): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFaggr.c(35): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5MFaggr.c(419): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "float" may lose significant bits if(extra_requested <= (hsize_t)(EXTEND_THRESHOLD * (float)aggr->size)) { ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFdbg.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFdbg.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFdbg.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFdbg.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFdbg.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFdbg.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFdbg.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5MFsection.lo CC H5MM.lo CC H5MP.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFsection.c(35): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFsection.c(35): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFsection.c(35): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFsection.c(35): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFsection.c(35): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFsection.c(35): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5MFsection.c(35): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5MPtest.lo CC H5O.lo CC H5Oainfo.lo In file included from H5Fprivate.h(31), from H5O.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5O.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5O.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5O.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5O.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5O.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5O.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oainfo.c(30): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oainfo.c(30): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oainfo.c(30): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oainfo.c(30): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oainfo.c(30): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oainfo.c(30): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oainfo.c(30): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Oainfo.c(197): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits flags = ainfo->track_corder ? H5O_AINFO_TRACK_CORDER : 0; ^ H5O.c(3088): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits ohdr_flags = oh->flags & (H5O_HDR_ATTR_CRT_ORDER_TRACKED | H5O_HDR_ATTR_CRT_ORDER_INDEXED | H5O_HDR_STORE_TIMES); ^ CC H5Oalloc.lo CC H5Oattr.lo In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Oalloc.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Oalloc.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Oalloc.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Oalloc.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Oalloc.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Oalloc.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Oalloc.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Oattribute.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattr.c(20): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattr.c(20): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattr.c(20): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattr.c(20): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattr.c(20): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattr.c(20): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattr.c(20): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Oattr.c(332): warning #2259: non-pointer conversion from "H5T_cset_t={enum H5T_cset_t}" to "uint8_t={unsigned char}" may lose significant bits *p++ = attr->shared->encoding; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattribute.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattribute.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattribute.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattribute.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattribute.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattribute.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Oattribute.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Obogus.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obogus.c(35): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obogus.c(35): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obogus.c(35): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obogus.c(35): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obogus.c(35): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obogus.c(35): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obogus.c(35): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Obtreek.lo CC H5Ocache.lo CC H5Ocache_image.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obtreek.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obtreek.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obtreek.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obtreek.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obtreek.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obtreek.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Obtreek.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocache.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocache.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocache.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocache.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocache.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocache.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocache.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Ocache.c(460): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->atime); ^ H5Ocache.c(460): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->atime); ^ H5Ocache.c(460): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->atime); ^ H5Ocache.c(460): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->atime); ^ H5Ocache.c(461): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->mtime); ^ H5Ocache.c(461): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->mtime); ^ H5Ocache.c(461): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->mtime); ^ H5Ocache.c(461): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->mtime); ^ H5Ocache.c(462): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->ctime); ^ H5Ocache.c(462): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->ctime); ^ H5Ocache.c(462): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->ctime); ^ H5Ocache.c(462): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->ctime); ^ H5Ocache.c(463): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->btime); ^ H5Ocache.c(463): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->btime); ^ H5Ocache.c(463): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->btime); ^ H5Ocache.c(463): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, oh->btime); ^ H5Ocache.c(487): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, chunk0_size); ^ H5Ocache.c(487): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, chunk0_size); ^ H5Ocache.c(487): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, chunk0_size); ^ H5Ocache.c(487): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, chunk0_size); ^ H5Ocache.c(491): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(chunk_image, chunk0_size); ^ H5Ocache.c(517): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, (oh->chunk[0].size - (size_t)H5O_SIZEOF_HDR(oh))); ^ H5Ocache.c(517): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, (oh->chunk[0].size - (size_t)H5O_SIZEOF_HDR(oh))); ^ H5Ocache.c(517): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, (oh->chunk[0].size - (size_t)H5O_SIZEOF_HDR(oh))); ^ H5Ocache.c(517): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(chunk_image, (oh->chunk[0].size - (size_t)H5O_SIZEOF_HDR(oh))); ^ H5Ocache.c(786): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5_CHECKED_ASSIGN(chk_proxy->chunkno, unsigned, udata->oh->nchunks - 1, size_t); ^ H5Ocache.c(1329): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits chunkno = (unsigned)oh->nchunks++; ^ H5Ocache.c(1519): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5_CHECKED_ASSIGN(cont->chunkno, unsigned, udata->cont_msg_info->nmsgs + 1, size_t); /* the next continuation message/chunk */ ^ In file included from H5Fprivate.h(31), from H5Ocache_image.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Ocache_image.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Ocache_image.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Ocache_image.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Ocache_image.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Ocache_image.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Ocache_image.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Ocache_image.c(161): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->size); ^ H5Ocache_image.c(161): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->size); ^ H5Ocache_image.c(161): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->size); ^ H5Ocache_image.c(161): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->size); ^ H5Ocache_image.c(161): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->size); ^ CC H5Ochunk.lo CC H5Ocont.lo CC H5Ocopy.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ochunk.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ochunk.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ochunk.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ochunk.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ochunk.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ochunk.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ochunk.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocont.c(34): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocont.c(34): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocont.c(34): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocont.c(34): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocont.c(34): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocont.c(34): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5MFprivate.h(28), from H5Ocont.c(34): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Ocont.c(150): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cont->size); ^ H5Ocont.c(150): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cont->size); ^ H5Ocont.c(150): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cont->size); ^ H5Ocont.c(150): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cont->size); ^ H5Ocont.c(150): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, cont->size); ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Ocopy.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Ocopy.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Ocopy.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Ocopy.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Ocopy.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Ocopy.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Ocopy.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Ocopy.c(1330): warning #2312: pointer cast involving 64-bit pointed-to type q = (uint8_t *)(&src_ref[i]); ^ H5Ocopy.c(1344): warning #2312: pointer cast involving 64-bit pointed-to type p = (uint8_t *)(&dst_ref[i]); ^ H5Ocopy.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, hobjid.idx); ^ H5Ocopy.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, hobjid.idx); ^ H5Ocopy.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, hobjid.idx); ^ H5Ocopy.c(1396): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, hobjid.idx); ^ CC H5Odbg.lo CC H5Odrvinfo.lo CC H5Odtype.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odbg.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odbg.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odbg.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odbg.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odbg.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odbg.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odbg.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odrvinfo.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odrvinfo.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odrvinfo.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odrvinfo.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odrvinfo.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odrvinfo.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Odrvinfo.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Odtype.c(19): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Odtype.c(19): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Odtype.c(19): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Odtype.c(19): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Odtype.c(19): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Odtype.c(19): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Odtype.c(19): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Odtype.c(616): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->size); ^ H5Odtype.c(616): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->size); ^ H5Odtype.c(616): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->size); ^ H5Odtype.c(616): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->size); ^ H5Odtype.c(773): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits flags = (unsigned)(flags | ((dt->shared->u.atomic.u.f.sign << 8) & 0xff00)); ^ H5Odtype.c(784): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.atomic.u.f.ebias); ^ H5Odtype.c(784): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.atomic.u.f.ebias); ^ H5Odtype.c(784): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.atomic.u.f.ebias); ^ H5Odtype.c(784): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.atomic.u.f.ebias); ^ H5Odtype.c(885): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits flags = (unsigned)(flags | aligned); ^ H5Odtype.c(931): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.compnd.memb[i].offset) ^ H5Odtype.c(931): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.compnd.memb[i].offset) ^ H5Odtype.c(931): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.compnd.memb[i].offset) ^ H5Odtype.c(931): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.compnd.memb[i].offset) ^ H5Odtype.c(1044): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.array.dim[i]); ^ H5Odtype.c(1044): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.array.dim[i]); ^ H5Odtype.c(1044): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.array.dim[i]); ^ H5Odtype.c(1044): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(*pp, dt->shared->u.array.dim[i]); ^ H5Odtype.c(1192): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (dst = H5T_copy(src, H5T_COPY_ALL))) ^ H5Odtype.c(1541): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (udata->src_dtype = H5T_copy(dt_src, H5T_COPY_TRANSIENT))) ^ CC H5Oefl.lo CC H5Ofill.lo In file included from H5Fprivate.h(31), from H5Oefl.c(24): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Oefl.c(24): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Oefl.c(24): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Oefl.c(24): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Oefl.c(24): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Oefl.c(24): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Oefl.c(24): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Oefl.c(230): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].name_offset); ^ H5Oefl.c(230): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].name_offset); ^ H5Oefl.c(230): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].name_offset); ^ H5Oefl.c(230): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].name_offset); ^ H5Oefl.c(230): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].name_offset); ^ H5Oefl.c(231): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, (hsize_t)mesg->slot[u].offset); ^ H5Oefl.c(231): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, (hsize_t)mesg->slot[u].offset); ^ H5Oefl.c(231): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, (hsize_t)mesg->slot[u].offset); ^ H5Oefl.c(231): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, (hsize_t)mesg->slot[u].offset); ^ H5Oefl.c(231): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, (hsize_t)mesg->slot[u].offset); ^ H5Oefl.c(232): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].size); ^ H5Oefl.c(232): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].size); ^ H5Oefl.c(232): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].size); ^ H5Oefl.c(232): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].size); ^ H5Oefl.c(232): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->slot[u].size); ^ H5Oefl.c(466): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits heap_size += H5HL_ALIGN(HDstrlen(efl_src->slot[idx].name) + 1); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ofill.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ofill.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ofill.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ofill.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ofill.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ofill.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ofill.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Ofill.c(376): warning #2259: non-pointer conversion from "H5D_alloc_time_t={enum H5D_alloc_time_t}" to "uint8_t={unsigned char}" may lose significant bits *p++ = fill->alloc_time; ^ H5Ofill.c(379): warning #2259: non-pointer conversion from "H5D_fill_time_t={enum H5D_fill_time_t}" to "uint8_t={unsigned char}" may lose significant bits *p++ = fill->fill_time; ^ H5Ofill.c(386): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, fill->size); ^ H5Ofill.c(386): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, fill->size); ^ H5Ofill.c(386): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, fill->size); ^ H5Ofill.c(386): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, fill->size); ^ H5Ofill.c(467): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, fill->size); ^ H5Ofill.c(467): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, fill->size); ^ H5Ofill.c(467): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, fill->size); ^ H5Ofill.c(467): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, fill->size); ^ CC H5Oflush.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Oflush.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Oflush.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Oflush.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Oflush.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Oflush.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Oflush.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Oflush.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Ofsinfo.lo CC H5Oginfo.lo CC H5Olayout.lo In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ofsinfo.c(30): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ofsinfo.c(30): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ofsinfo.c(30): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ofsinfo.c(30): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ofsinfo.c(30): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ofsinfo.c(30): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Ofsinfo.c(30): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Olinfo.lo H5Ofsinfo.c(216): warning #2259: non-pointer conversion from "H5F_fspace_strategy_t={enum H5F_fspace_strategy_t}" to "uint8_t={unsigned char}" may lose significant bits *p++ = fsinfo->strategy; /* File space strategy */ ^ H5Ofsinfo.c(218): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->threshold); /* Free-space section size threshold */ ^ H5Ofsinfo.c(218): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->threshold); /* Free-space section size threshold */ ^ H5Ofsinfo.c(218): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->threshold); /* Free-space section size threshold */ ^ H5Ofsinfo.c(218): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->threshold); /* Free-space section size threshold */ ^ H5Ofsinfo.c(218): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->threshold); /* Free-space section size threshold */ ^ H5Ofsinfo.c(220): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->page_size); /* File space page size */ ^ H5Ofsinfo.c(220): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->page_size); /* File space page size */ ^ H5Ofsinfo.c(220): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->page_size); /* File space page size */ ^ H5Ofsinfo.c(220): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->page_size); /* File space page size */ ^ H5Ofsinfo.c(220): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, fsinfo->page_size); /* File space page size */ ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oginfo.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oginfo.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oginfo.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oginfo.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oginfo.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oginfo.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oginfo.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Oginfo.c(185): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits flags = ginfo->store_link_phase_change ? H5O_GINFO_STORE_PHASE_CHANGE : 0; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Olayout.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Olayout.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Olayout.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Olayout.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Olayout.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Olayout.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Olayout.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Olayout.c(570): warning #2259: non-pointer conversion from "H5D_layout_t={enum H5D_layout_t}" to "uint8_t={unsigned char}" may lose significant bits *p++ = mesg->type; ^ H5Olayout.c(593): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->storage.u.contig.size); ^ H5Olayout.c(593): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->storage.u.contig.size); ^ H5Olayout.c(593): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->storage.u.contig.size); ^ H5Olayout.c(593): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->storage.u.contig.size); ^ H5Olayout.c(593): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->storage.u.contig.size); ^ H5Olayout.c(623): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(p, mesg->u.chunk.dim[u], mesg->u.chunk.enc_bytes_per_dim); ^ H5Olayout.c(639): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, mesg->storage.u.chunk.u.single.nbytes); ^ H5Olayout.c(745): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, heap_block_p, tmp_hsize) ^ H5Olayout.c(745): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, heap_block_p, tmp_hsize) ^ H5Olayout.c(745): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, heap_block_p, tmp_hsize) ^ H5Olayout.c(745): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, heap_block_p, tmp_hsize) ^ H5Olayout.c(745): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, heap_block_p, tmp_hsize) ^ H5Olayout.c(777): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, mesg->storage.u.virt.serial_list_hobjid.idx); ^ H5Olayout.c(777): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, mesg->storage.u.virt.serial_list_hobjid.idx); ^ H5Olayout.c(777): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, mesg->storage.u.virt.serial_list_hobjid.idx); ^ H5Olayout.c(777): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, mesg->storage.u.virt.serial_list_hobjid.idx); ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olinfo.c(33): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olinfo.c(33): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olinfo.c(33): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olinfo.c(33): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olinfo.c(33): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olinfo.c(33): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olinfo.c(33): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Olinfo.c(207): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits index_flags = linfo->track_corder ? H5O_LINFO_TRACK_CORDER : 0; ^ H5Olinfo.c(213): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(p, linfo->max_corder) ^ H5Olinfo.c(213): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(p, linfo->max_corder) ^ CC H5Olink.lo CC H5Omessage.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olink.c(33): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olink.c(33): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olink.c(33): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olink.c(33): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olink.c(33): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olink.c(33): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Olink.c(33): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Olink.c(318): warning #2259: non-pointer conversion from "H5L_type_t={enum }" to "uint8_t={unsigned char}" may lose significant bits *p++ = lnk->type; ^ H5Olink.c(322): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(p, lnk->corder) ^ H5Olink.c(322): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(p, lnk->corder) ^ H5Olink.c(339): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, len); ^ H5Olink.c(339): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, len); ^ H5Olink.c(339): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, len); ^ H5Olink.c(339): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, len); ^ H5Olink.c(343): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(p, len); ^ H5Olink.c(363): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint16_t={unsigned short}" may lose significant bits len = (uint16_t)HDstrlen(lnk->u.soft.name); ^ CC H5Omtime.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Omessage.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Omessage.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Omessage.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Omessage.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Omessage.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Omessage.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Omessage.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Omtime.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Omtime.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Omtime.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Omtime.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Omtime.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Omtime.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Omtime.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Omtime.c(255): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, *mesg); ^ H5Omtime.c(255): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, *mesg); ^ H5Omtime.c(255): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, *mesg); ^ H5Omtime.c(255): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, *mesg); ^ CC H5Oname.lo CC H5Onull.lo CC H5Opline.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oname.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oname.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oname.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oname.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oname.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oname.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oname.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Onull.c(29): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Onull.c(29): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Onull.c(29): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Onull.c(29): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Onull.c(29): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Onull.c(29): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Onull.c(29): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Opline.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Opline.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Opline.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Opline.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Opline.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Opline.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Opline.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Opline.c(289): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits UINT16ENCODE(p, pline->version == H5O_PLINE_VERSION_1 ? H5O_ALIGN_OLD(name_length) : name_length); ^ H5Opline.c(289): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits UINT16ENCODE(p, pline->version == H5O_PLINE_VERSION_1 ? H5O_ALIGN_OLD(name_length) : name_length); ^ CC H5Orefcount.lo CC H5Osdspace.lo CC H5Oshared.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Orefcount.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Orefcount.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Orefcount.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Orefcount.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Orefcount.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Orefcount.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Orefcount.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Osdspace.c(18): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Osdspace.c(18): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Osdspace.c(18): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Osdspace.c(18): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Osdspace.c(18): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Osdspace.c(18): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Osdspace.c(18): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Osdspace.c(260): warning #2259: non-pointer conversion from "H5S_class_t={enum H5S_class_t}" to "uint8_t={unsigned char}" may lose significant bits *p++ = sdim->type; ^ H5Osdspace.c(272): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->size[u]); ^ H5Osdspace.c(272): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->size[u]); ^ H5Osdspace.c(272): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->size[u]); ^ H5Osdspace.c(272): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->size[u]); ^ H5Osdspace.c(272): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->size[u]); ^ H5Osdspace.c(275): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->max[u]); ^ H5Osdspace.c(275): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->max[u]); ^ H5Osdspace.c(275): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->max[u]); ^ H5Osdspace.c(275): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->max[u]); ^ H5Osdspace.c(275): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5F_ENCODE_LENGTH(f, p, sdim->max[u]); ^ In file included from H5Fprivate.h(31), from H5Oshared.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Oshared.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Oshared.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Oshared.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Oshared.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Oshared.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Oshared.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Oshmesg.lo CC H5Ostab.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oshmesg.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oshmesg.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oshmesg.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oshmesg.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oshmesg.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oshmesg.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Oshmesg.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Otest.lo CC H5Ounknown.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Ostab.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Ostab.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Ostab.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Ostab.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Ostab.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Ostab.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Gpkg.h(30), from H5Ostab.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5P.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Otest.c(33): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Otest.c(33): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Otest.c(33): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Otest.c(33): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Otest.c(33): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Otest.c(33): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Aprivate.h(24), from H5Apkg.h(37), from H5Otest.c(33): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ounknown.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ounknown.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ounknown.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ounknown.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ounknown.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ounknown.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Ounknown.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Pacpl.lo CC H5Pdapl.lo CC H5Pdcpl.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Pdapl.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Pdapl.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Pdapl.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Pdapl.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Pdapl.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Pdapl.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Pdapl.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Pdapl.c(320): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pdapl.c(668): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pdapl.c(778): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ CC H5Pdeprec.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Pdcpl.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Pdcpl.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Pdcpl.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Pdcpl.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Pdcpl.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Pdcpl.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Pdcpl.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Pdcpl.c(406): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(*pp, nentries) ^ H5Pdcpl.c(1005): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(*pp, fill->size) ^ H5Pdcpl.c(1005): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(*pp, fill->size) ^ H5Pdcpl.c(1028): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pdcpl.c(1409): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pdcpl.c(1419): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pdcpl.c(1430): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pdcpl.c(1437): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ CC H5Pdxpl.lo H5Pdcpl.c(3329): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if((dst_id = H5I_register(H5I_DATATYPE, H5T_copy(type, H5T_COPY_TRANSIENT), FALSE)) < 0) ^ In file included from H5Fprivate.h(31), from H5Pdeprec.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Pdeprec.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Pdeprec.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pdeprec.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pdeprec.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Pdeprec.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pdeprec.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pdxpl.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pdxpl.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pdxpl.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pdxpl.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pdxpl.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pdxpl.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pdxpl.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Pdxpl.c(623): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, *(const double *)btree_split_ratio) ^ H5Pdxpl.c(623): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, *(const double *)btree_split_ratio) ^ H5Pdxpl.c(627): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, *(const double *)btree_split_ratio) ^ H5Pdxpl.c(627): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, *(const double *)btree_split_ratio) ^ H5Pdxpl.c(631): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, *(const double *)btree_split_ratio) ^ H5Pdxpl.c(631): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, *(const double *)btree_split_ratio) ^ H5Pdxpl.c(677): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, btree_split_ratio[0]) ^ H5Pdxpl.c(678): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, btree_split_ratio[1]) ^ H5Pdxpl.c(679): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, btree_split_ratio[2]) ^ H5Pdxpl.c(801): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ CC H5Pencdec.lo CC H5Pfapl.lo In file included from H5Fprivate.h(31), from H5Pencdec.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Pencdec.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Pencdec.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pencdec.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pencdec.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Pencdec.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pencdec.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Pencdec.c(111): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pencdec.c(152): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pencdec.c(301): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, *(const double *)value) ^ H5Pencdec.c(301): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, *(const double *)value) ^ H5Pencdec.c(670): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, *value) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pfapl.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pfapl.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pfapl.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pfapl.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pfapl.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pfapl.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pfapl.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Pfapl.c(3425): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pfapl.c(3427): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, config->min_clean_fraction); ^ H5Pfapl.c(3427): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, config->min_clean_fraction); ^ H5Pfapl.c(3433): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pfapl.c(3439): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pfapl.c(3442): warning #2259: non-pointer conversion from "long" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(*pp, (int64_t)config->epoch_length); ^ H5Pfapl.c(3442): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits INT64ENCODE(*pp, (int64_t)config->epoch_length); ^ H5Pfapl.c(3447): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, config->lower_hr_threshold); ^ H5Pfapl.c(3447): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, config->lower_hr_threshold); ^ H5Pfapl.c(3449): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, config->increment); ^ H5Pfapl.c(3449): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, config->increment); ^ H5Pfapl.c(3457): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pfapl.c(3462): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, config->flash_multiple); ^ H5Pfapl.c(3462): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, config->flash_multiple); ^ H5Pfapl.c(3464): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, config->flash_threshold); ^ H5Pfapl.c(3464): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, config->flash_threshold); ^ H5Pfapl.c(3469): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, config->upper_hr_threshold); ^ H5Pfapl.c(3469): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, config->upper_hr_threshold); ^ H5Pfapl.c(3471): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, config->decrement); ^ H5Pfapl.c(3471): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, config->decrement); ^ H5Pfapl.c(3479): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pfapl.c(3486): warning #2312: pointer cast involving 64-bit pointed-to type H5_ENCODE_DOUBLE(*pp, config->empty_reserve); ^ H5Pfapl.c(3486): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits H5_ENCODE_DOUBLE(*pp, config->empty_reserve); ^ H5Pfapl.c(3580): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, config->min_clean_fraction); ^ H5Pfapl.c(3601): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, config->lower_hr_threshold); ^ H5Pfapl.c(3603): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, config->increment); ^ H5Pfapl.c(3615): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, config->flash_multiple); ^ H5Pfapl.c(3617): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, config->flash_threshold); ^ H5Pfapl.c(3622): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, config->upper_hr_threshold); ^ H5Pfapl.c(3624): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, config->decrement); ^ H5Pfapl.c(3638): warning #2312: pointer cast involving 64-bit pointed-to type H5_DECODE_DOUBLE(*pp, config->empty_reserve); ^ H5Pfapl.c(4192): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ CC H5Pfcpl.lo CC H5Pfmpl.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Pfcpl.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Pfcpl.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Pfcpl.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Pfcpl.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Pfcpl.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Pfcpl.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Pfcpl.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Pfmpl.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Pfmpl.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Pfmpl.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pfmpl.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pfmpl.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Pfmpl.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pfmpl.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Pgcpl.lo CC H5Pint.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Pgcpl.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Pgcpl.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Pgcpl.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Pgcpl.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Pgcpl.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Pgcpl.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Pgcpl.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pint.c(31): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pint.c(31): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pint.c(31): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pint.c(31): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pint.c(31): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pint.c(31): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Pint.c(31): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Pint.c(4066): warning #177: variable "key" was declared but never referenced char *key = (char *)_key; /* Pointer to the property's name */ ^ CC H5Plapl.lo CC H5Plcpl.lo CC H5Pocpl.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plapl.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plapl.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plapl.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plapl.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plapl.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plapl.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plapl.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Pocpl.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Pocpl.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Pocpl.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Pocpl.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Pocpl.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Pocpl.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Pocpl.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plcpl.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plcpl.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plcpl.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plcpl.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plcpl.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plcpl.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Lprivate.h(25), from H5Plcpl.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Plapl.c(379): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Plapl.c(714): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pocpl.c(1496): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ H5Pocpl.c(1526): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE_VAR(*pp, enc_value, enc_size); ^ CC H5Pocpypl.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Pocpypl.c(40): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Pocpypl.c(40): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Pocpypl.c(40): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Pocpypl.c(40): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Pocpypl.c(40): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Pocpypl.c(40): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Pocpypl.c(40): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Pstrcpl.lo In file included from H5Fprivate.h(31), from H5Pstrcpl.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Pstrcpl.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Pstrcpl.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pstrcpl.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pstrcpl.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Pstrcpl.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Pstrcpl.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Ptest.lo CC H5PB.lo CC H5PL.lo CC H5R.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ptest.c(29): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ptest.c(29): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ptest.c(29): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ptest.c(29): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ptest.c(29): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ptest.c(29): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Ptest.c(29): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5PB.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5PB.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5PB.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5PB.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5PB.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5PB.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5PB.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5PL.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5PL.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5PL.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5PL.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5PL.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5PL.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5PL.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5PB.c(327): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits page_buf->min_meta_count = (unsigned)((size * page_buf_min_meta_perc) / (f->shared->fs_page_size * 100)); ^ H5PB.c(328): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits page_buf->min_raw_count = (unsigned)((size * page_buf_min_raw_perc) / (f->shared->fs_page_size * 100)); ^ H5PB.c(487): warning #2332: a value of type "const H5F_t *" cannot be assigned to an entity of type "H5F_t *" (dropping qualifiers) f = fio_info->f; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5R.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5R.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5R.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5R.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5R.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5R.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5R.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5R.c(321): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, hobjid.idx); ^ H5R.c(321): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, hobjid.idx); ^ H5R.c(321): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, hobjid.idx); ^ H5R.c(321): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(p, hobjid.idx); ^ CC H5Rdeprec.lo CC H5UC.lo CC H5RS.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Rdeprec.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Rdeprec.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Rdeprec.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Rdeprec.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Rdeprec.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Rdeprec.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Rdeprec.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5S.lo CC H5Sall.lo In file included from H5Fprivate.h(31), from H5S.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5S.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5S.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5S.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5S.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5S.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5S.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5S.c(1379): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(space->extent.max, max, sizeof(hsize_t) * rank); ^ H5S.c(1379): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(space->extent.max, max, sizeof(hsize_t) * rank); ^ H5S.c(1615): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(pp, extent_size); ^ H5S.c(1615): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(pp, extent_size); ^ H5S.c(1615): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(pp, extent_size); ^ H5S.c(1615): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(pp, extent_size); ^ CC H5Sdbg.lo CC H5Shyper.lo In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sall.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sall.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sall.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sall.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sall.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sall.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sall.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sdbg.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sdbg.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sdbg.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sdbg.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sdbg.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sdbg.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Sdbg.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Shyper.c(28): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Shyper.c(28): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Shyper.c(28): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Shyper.c(28): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Shyper.c(28): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Shyper.c(28): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Shyper.c(28): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Shyper.c(503): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(coords, iter->u.hyp.off, sizeof(hsize_t) * iter->rank); ^ H5Shyper.c(503): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(coords, iter->u.hyp.off, sizeof(hsize_t) * iter->rank); ^ H5Shyper.c(506): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(coords, iter->u.hyp.off, sizeof(hsize_t) * iter->rank); ^ H5Shyper.c(506): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(coords, iter->u.hyp.off, sizeof(hsize_t) * iter->rank); ^ H5Shyper.c(1163): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) if(spans->scratch!=(H5S_hyper_span_info_t *)~((size_t)NULL)) { ^ H5Shyper.c(1165): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) spans->scratch=(H5S_hyper_span_info_t *)~((size_t)NULL); ^ H5Shyper.c(1310): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) if(spans->scratch != NULL && spans->scratch != (H5S_hyper_span_info_t *)~((size_t)NULL)) { ^ H5Shyper.c(2169): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(pp, space->select.sel_info.hslab->opt_diminfo[i].start); ^ H5Shyper.c(2170): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(pp, space->select.sel_info.hslab->opt_diminfo[i].stride); ^ H5Shyper.c(2171): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(pp, space->select.sel_info.hslab->opt_diminfo[i].count); ^ H5Shyper.c(2172): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT64ENCODE(pp, space->select.sel_info.hslab->opt_diminfo[i].block); ^ H5Shyper.c(2217): warning #2259: non-pointer conversion from "unsigned long long" to "uint32_t={unsigned int}" may lose significant bits UINT32ENCODE(pp, (uint32_t)(offset[u] + (diminfo[u].block - 1))); ^ H5Shyper.c(2217): warning #2259: non-pointer conversion from "unsigned long long" to "uint32_t={unsigned int}" may lose significant bits UINT32ENCODE(pp, (uint32_t)(offset[u] + (diminfo[u].block - 1))); ^ H5Shyper.c(2217): warning #2259: non-pointer conversion from "unsigned long long" to "uint32_t={unsigned int}" may lose significant bits UINT32ENCODE(pp, (uint32_t)(offset[u] + (diminfo[u].block - 1))); ^ H5Shyper.c(2217): warning #2259: non-pointer conversion from "unsigned long long" to "uint32_t={unsigned int}" may lose significant bits UINT32ENCODE(pp, (uint32_t)(offset[u] + (diminfo[u].block - 1))); ^ H5Shyper.c(2273): warning #2259: non-pointer conversion from "unsigned long long" to "uint32_t={unsigned int}" may lose significant bits len += (uint32_t)(8 * space->extent.rank * block_count); ^ H5Shyper.c(2476): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(*buf, &start[u], sizeof(hsize_t)); ^ H5Shyper.c(2476): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(*buf, &start[u], sizeof(hsize_t)); ^ H5Shyper.c(2479): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(*buf, &curr->low, sizeof(hsize_t)); ^ H5Shyper.c(2479): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(*buf, &curr->low, sizeof(hsize_t)); ^ H5Shyper.c(2484): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(*buf, &end[u], sizeof(hsize_t)); ^ H5Shyper.c(2484): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(*buf, &end[u], sizeof(hsize_t)); ^ H5Shyper.c(2487): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(*buf, &curr->high, sizeof(hsize_t)); ^ H5Shyper.c(2487): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(*buf, &curr->high, sizeof(hsize_t)); ^ H5Shyper.c(2600): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(buf, offset, sizeof(hsize_t) * ndims); ^ H5Shyper.c(2600): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(buf, offset, sizeof(hsize_t) * ndims); ^ H5Shyper.c(2604): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(buf, offset, sizeof(hsize_t) * ndims); ^ H5Shyper.c(2604): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(buf, offset, sizeof(hsize_t) * ndims); ^ H5Shyper.c(4162): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) if(spans->scratch!=(H5S_hyper_span_info_t *)~((size_t)NULL)) { ^ H5Shyper.c(4164): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) spans->scratch=(H5S_hyper_span_info_t *)~((size_t)NULL); ^ H5Shyper.c(4641): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) if(spans->scratch != (H5S_hyper_span_info_t *)~((size_t)NULL)) { ^ H5Shyper.c(4643): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) spans->scratch = (H5S_hyper_span_info_t *)~((size_t)NULL); ^ H5Shyper.c(4810): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(space->select.offset, old_offset, sizeof(hssize_t) * space->extent.rank); ^ H5Shyper.c(4810): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(space->select.offset, old_offset, sizeof(hssize_t) * space->extent.rank); ^ CC H5Snone.lo CC H5Spoint.lo In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Snone.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Snone.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Snone.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Snone.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Snone.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Snone.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Snone.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Spoint.c(29): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Spoint.c(29): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Spoint.c(29): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Spoint.c(29): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Spoint.c(29): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Spoint.c(29): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Spoint.c(29): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Spoint.c(172): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(coords,iter->u.pnt.curr->pnt,sizeof(hsize_t)*iter->rank); ^ H5Spoint.c(172): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(coords,iter->u.pnt.curr->pnt,sizeof(hsize_t)*iter->rank); ^ H5Spoint.c(204): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(start,iter->u.pnt.curr->pnt,sizeof(hsize_t)*iter->rank); ^ H5Spoint.c(204): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(start,iter->u.pnt.curr->pnt,sizeof(hsize_t)*iter->rank); ^ H5Spoint.c(205): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(end,iter->u.pnt.curr->pnt,sizeof(hsize_t)*iter->rank); ^ H5Spoint.c(205): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(end,iter->u.pnt.curr->pnt,sizeof(hsize_t)*iter->rank); ^ H5Spoint.c(415): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_node->pnt, coord + (u * space->extent.rank), (space->extent.rank * sizeof(hsize_t))); ^ H5Spoint.c(415): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_node->pnt, coord + (u * space->extent.rank), (space->extent.rank * sizeof(hsize_t))); ^ H5Spoint.c(634): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_node->pnt, curr->pnt, (src->extent.rank * sizeof(hsize_t))); ^ H5Spoint.c(634): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_node->pnt, curr->pnt, (src->extent.rank * sizeof(hsize_t))); ^ H5Spoint.c(936): warning #2312: pointer cast involving 64-bit pointed-to type if(H5S_select_elements(space, op, num_elem, (const hsize_t *)coord) < 0) ^ H5Spoint.c(1005): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(buf, node->pnt, sizeof(hsize_t) * rank); ^ H5Spoint.c(1005): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(buf, node->pnt, sizeof(hsize_t) * rank); ^ H5Spoint.c(1488): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(block, base_space->select.sel_info.pnt_lst->head->pnt, sizeof(hsize_t) * rank_diff); ^ H5Spoint.c(1488): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(block, base_space->select.sel_info.pnt_lst->head->pnt, sizeof(hsize_t) * rank_diff); ^ H5Spoint.c(1505): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_node->pnt, &base_node->pnt[rank_diff], (new_space->extent.rank * sizeof(hsize_t))); ^ H5Spoint.c(1505): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_node->pnt, &base_node->pnt[rank_diff], (new_space->extent.rank * sizeof(hsize_t))); ^ H5Spoint.c(1543): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&new_node->pnt[rank_diff], base_node->pnt, (new_space->extent.rank * sizeof(hsize_t))); ^ H5Spoint.c(1543): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&new_node->pnt[rank_diff], base_node->pnt, (new_space->extent.rank * sizeof(hsize_t))); ^ CC H5Sselect.lo CC H5Stest.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Sselect.c(24): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Sselect.c(24): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Sselect.c(24): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Sselect.c(24): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Sselect.c(24): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Sselect.c(24): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Sselect.c(24): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Sselect.c(81): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(space->select.offset, offset, sizeof(hssize_t)*space->extent.rank); ^ H5Sselect.c(81): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(space->select.offset, offset, sizeof(hssize_t)*space->extent.rank); ^ H5Sselect.c(1417): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(space_size, space->extent.size, ndims * sizeof(hsize_t)); ^ H5Sselect.c(1417): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(space_size, space->extent.size, ndims * sizeof(hsize_t)); ^ H5Sselect.c(2071): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&new_space_dims[rank_diff], base_space_dims, sizeof(new_space_dims[0]) * base_space_rank); ^ H5Sselect.c(2071): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&new_space_dims[rank_diff], base_space_dims, sizeof(new_space_dims[0]) * base_space_rank); ^ H5Sselect.c(2072): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&new_space_maxdims[rank_diff], base_space_maxdims, sizeof(new_space_maxdims[0]) * base_space_rank); ^ H5Sselect.c(2072): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&new_space_maxdims[rank_diff], base_space_maxdims, sizeof(new_space_maxdims[0]) * base_space_rank); ^ H5Sselect.c(2079): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_space_dims, &base_space_dims[rank_diff], sizeof(new_space_dims[0]) * new_space_rank); ^ H5Sselect.c(2079): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_space_dims, &base_space_dims[rank_diff], sizeof(new_space_dims[0]) * new_space_rank); ^ H5Sselect.c(2080): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_space_maxdims, &base_space_maxdims[rank_diff], sizeof(new_space_maxdims[0]) * new_space_rank); ^ H5Sselect.c(2080): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_space_maxdims, &base_space_maxdims[rank_diff], sizeof(new_space_maxdims[0]) * new_space_rank); ^ H5Sselect.c(2111): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&new_space->select.offset[rank_diff], base_space->select.offset, sizeof(new_space->select.offset[0]) * base_space_rank); ^ H5Sselect.c(2111): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&new_space->select.offset[rank_diff], base_space->select.offset, sizeof(new_space->select.offset[0]) * base_space_rank); ^ H5Sselect.c(2114): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_space->select.offset, &base_space->select.offset[rank_diff], sizeof(new_space->select.offset[0]) * new_space_rank); ^ H5Sselect.c(2114): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(new_space->select.offset, &base_space->select.offset[rank_diff], sizeof(new_space->select.offset[0]) * new_space_rank); ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Stest.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Stest.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Stest.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Stest.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Stest.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Stest.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Sprivate.h(28), from H5Spkg.h(29), from H5Stest.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5SL.lo CC H5SM.lo In file included from H5Fprivate.h(31), from H5SM.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5SM.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5SM.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5SM.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5SM.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5SM.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5SM.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5SM.c(499): warning #2259: non-pointer conversion from "unsigned long" to "uint32_t={unsigned int}" may lose significant bits bt2_cparam.rrec_size = (uint32_t)H5SM_SOHM_ENTRY_SIZE(f); ^ H5SM.c(742): warning #2259: non-pointer conversion from "unsigned long" to "uint32_t={unsigned int}" may lose significant bits bt2_cparam.rrec_size = (uint32_t)H5SM_SOHM_ENTRY_SIZE(f); ^ CC H5SMbtree2.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMbtree2.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMbtree2.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMbtree2.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMbtree2.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMbtree2.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMbtree2.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMbtree2.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5SMcache.lo In file included from H5Fprivate.h(31), from H5SMcache.c(36): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5SMcache.c(36): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5SMcache.c(36): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5SMcache.c(36): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5SMcache.c(36): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5SMcache.c(36): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5SMcache.c(36): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5SMcache.c(400): warning #2259: non-pointer conversion from "H5SM_index_type_t={enum }" to "uint8_t={unsigned char}" may lose significant bits *image++ = table->indexes[u].index_type; ^ H5SMcache.c(406): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(image, table->indexes[u].min_mesg_size); ^ H5SMcache.c(406): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(image, table->indexes[u].min_mesg_size); ^ H5SMcache.c(406): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(image, table->indexes[u].min_mesg_size); ^ H5SMcache.c(406): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(image, table->indexes[u].min_mesg_size); ^ CC H5SMmessage.lo CC H5SMtest.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMmessage.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMmessage.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMmessage.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMmessage.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMmessage.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMmessage.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5SMmessage.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5SMmessage.c(300): warning #2259: non-pointer conversion from "H5SM_storage_loc_t={enum }" to "uint8_t={unsigned char}" may lose significant bits *raw++ = message->location; ^ H5SMmessage.c(304): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(raw, message->u.heap_loc.ref_count); ^ H5SMmessage.c(304): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(raw, message->u.heap_loc.ref_count); ^ H5SMmessage.c(304): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(raw, message->u.heap_loc.ref_count); ^ H5SMmessage.c(304): warning #2259: non-pointer conversion from "unsigned long long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(raw, message->u.heap_loc.ref_count); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5SMtest.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5SMtest.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5SMtest.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5SMtest.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5SMtest.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5SMtest.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5SMtest.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5ST.lo CC H5T.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5T.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5T.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5T.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5T.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5T.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5T.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5T.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5T.c(4497): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (path->src = H5T_copy(src, H5T_COPY_ALL))) ^ H5T.c(4499): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (path->dst = H5T_copy(dst, H5T_COPY_ALL))) ^ CC H5Tarray.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tarray.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tarray.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tarray.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tarray.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tarray.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tarray.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tarray.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Tbit.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tbit.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tbit.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tbit.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tbit.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tbit.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tbit.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tbit.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Tbit.c(82): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint8_t={unsigned char}" may lose significant bits dst[d_idx] &= (uint8_t)~(mask << dst_offset); ^ H5Tbit.c(127): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint8_t={unsigned char}" may lose significant bits dst[d_idx + 0] &= (uint8_t)(~(mask_lo << shift)); ^ H5Tbit.c(128): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits dst[d_idx + 0] |= (uint8_t)((src[s_idx] & mask_lo) << shift); ^ H5Tbit.c(129): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint8_t={unsigned char}" may lose significant bits dst[d_idx + 1] &= (uint8_t)(~(mask_hi >> (8 - shift))); ^ H5Tbit.c(130): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits dst[d_idx + 1] |= (uint8_t)((src[s_idx] & mask_hi) >> (8 - shift)); ^ H5Tbit.c(141): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "uint8_t={unsigned char}" may lose significant bits dst[d_idx] &= (uint8_t)(~(mask << dst_offset)); ^ H5Tbit.c(268): warning #2312: pointer cast involving 64-bit pointed-to type H5T__bit_copy((uint8_t*)&val, (size_t)0, buf, offset, size); ^ H5Tbit.c(275): warning #2312: pointer cast involving 64-bit pointed-to type uint8_t tmp = ((uint8_t*)&val)[i]; ^ H5Tbit.c(276): warning #2312: pointer cast involving 64-bit pointed-to type ((uint8_t*)&val)[i] = ((uint8_t*)&val)[sizeof(val) - (i + 1)]; ^ H5Tbit.c(276): warning #2312: pointer cast involving 64-bit pointed-to type ((uint8_t*)&val)[i] = ((uint8_t*)&val)[sizeof(val) - (i + 1)]; ^ H5Tbit.c(277): warning #2312: pointer cast involving 64-bit pointed-to type ((uint8_t*)&val)[sizeof(val) - (i + 1)] = tmp; ^ H5Tbit.c(325): warning #2312: pointer cast involving 64-bit pointed-to type uint8_t tmp = ((uint8_t *)&val)[i]; ^ H5Tbit.c(326): warning #2312: pointer cast involving 64-bit pointed-to type ((uint8_t *)&val)[i] = ((uint8_t *)&val)[sizeof(val) - (i + 1)]; ^ H5Tbit.c(326): warning #2312: pointer cast involving 64-bit pointed-to type ((uint8_t *)&val)[i] = ((uint8_t *)&val)[sizeof(val) - (i + 1)]; ^ H5Tbit.c(327): warning #2312: pointer cast involving 64-bit pointed-to type ((uint8_t *)&val)[sizeof(val) - (i + 1)] = tmp; ^ H5Tbit.c(339): warning #2312: pointer cast involving 64-bit pointed-to type H5T__bit_copy(buf, offset, (uint8_t*)&val, (size_t)0, size); ^ H5Tbit.c(387): warning #2259: non-pointer conversion from "int" to "uint8_t={unsigned char}" may lose significant bits buf[idx++] = value ? 0xff : 0x00; ^ H5Tbit.c(562): warning #2259: non-pointer conversion from "unsigned int" to "uint8_t={unsigned char}" may lose significant bits buf[idx] = acc & 0xff; ^ CC H5Tcommit.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tcommit.c(30): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tcommit.c(30): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tcommit.c(30): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tcommit.c(30): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tcommit.c(30): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tcommit.c(30): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tcommit.c(30): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Tcompound.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcompound.c(33): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcompound.c(33): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcompound.c(33): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcompound.c(33): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcompound.c(33): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcompound.c(33): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcompound.c(33): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Tcompound.c(459): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) parent->shared->u.compnd.memb[idx].type = H5T_copy(member, H5T_COPY_ALL); ^ CC H5Tconv.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tconv.c(29): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tconv.c(29): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tconv.c(29): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tconv.c(29): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tconv.c(29): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tconv.c(29): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tconv.c(29): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Tconv.c(1671): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(dst->shared->size) / ^ H5Tconv.c(1671): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(dst->shared->size) / ^ H5Tconv.c(1678): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(src->shared->size) / ^ H5Tconv.c(1678): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(src->shared->size) / ^ H5Tconv.c(3647): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(dst->shared->size)/ ^ H5Tconv.c(3647): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(dst->shared->size)/ ^ H5Tconv.c(3654): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(src->shared->size)/ ^ H5Tconv.c(3654): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(src->shared->size)/ ^ H5Tconv.c(4083): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(dst_p->shared->size)/ ^ H5Tconv.c(4083): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(dst_p->shared->size)/ ^ H5Tconv.c(4089): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(src_p->shared->size)/ ^ H5Tconv.c(4089): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(src_p->shared->size)/ ^ H5Tconv.c(4638): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olapd = HDceil((double)(dst->shared->size)/ ^ H5Tconv.c(4638): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olapd = HDceil((double)(dst->shared->size)/ ^ H5Tconv.c(4644): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olapd = HDceil((double)(src->shared->size)/ ^ H5Tconv.c(4644): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olapd = HDceil((double)(src->shared->size)/ ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5100): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5125): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5151): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5177): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5203): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5229): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5255): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5541): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LONG, short, long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5567): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5593): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5645): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(SHORT, LLONG, short, long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5671): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5697): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(5723): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6006): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LONG, int, long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6031): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, LONG, int, unsigned long, -, -); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6056): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6081): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6106): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(INT, LLONG, int, long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6131): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6156): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6182): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6207): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6232): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6258): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6284): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6309): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6335): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6360): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6386): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6411): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6436): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6461): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6486): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6511): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6536): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6561): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sS(LONG, LLONG, long, long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6587): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6613): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6639): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6665): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6691): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6717): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6743): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -, UCHAR_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6769): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6795): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6821): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -, USHRT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6973): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(6999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7051): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -, ULONG_MAX); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7077): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7103): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7747): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, FLOAT, long, float, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7772): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2259: non-pointer conversion from "long" to "unsigned char" may lose significant bits H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7797): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7822): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7847): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7872): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7897): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7922): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7948): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7974): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(7999): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8025): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8538): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8565): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8592): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8619): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8646): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8673): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8700): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8727): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8754): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8781): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8809): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8838): warning #2312: pointer cast involving 64-bit pointed-to type H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0, ULLONG_MAX); ^ H5Tconv.c(8940): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(dst_p->shared->size)/ ^ H5Tconv.c(8940): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(dst_p->shared->size)/ ^ H5Tconv.c(8946): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(src_p->shared->size)/ ^ H5Tconv.c(8946): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(src_p->shared->size)/ ^ H5Tconv.c(8957): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits buf_size = (size_t) (HDpow((double)2.0f, (double)src.u.f.esize) / 8 + 1); ^ H5Tconv.c(9528): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(dst_p->shared->size)/ ^ H5Tconv.c(9528): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(dst_p->shared->size)/ ^ H5Tconv.c(9534): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits double olap_d = HDceil((double)(src_p->shared->size)/ ^ H5Tconv.c(9534): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits double olap_d = HDceil((double)(src_p->shared->size)/ ^ H5Tconv.c(9754): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits expo_max = (hsize_t) (HDpow((double)2.0f, (double)dst.u.f.esize) - 1); ^ CC H5Tcset.lo CC H5Tdbg.lo CC H5Tdeprec.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcset.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcset.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcset.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcset.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcset.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcset.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tcset.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tdbg.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tdbg.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tdbg.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tdbg.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tdbg.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tdbg.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tdbg.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Tdbg.c(428): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) (unsigned long)(dt->shared->u.enumer.value + (i * base_size) + k)); ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tdeprec.c(39): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tdeprec.c(39): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tdeprec.c(39): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tdeprec.c(39): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tdeprec.c(39): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tdeprec.c(39): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Tdeprec.c(39): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Tenum.lo CC H5Tfields.lo CC H5Tfixed.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tenum.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tenum.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tenum.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tenum.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tenum.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tenum.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tenum.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Tenum.c(110): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) ret_value->shared->parent = H5T_copy(parent, H5T_COPY_ALL); ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfields.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfields.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfields.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfields.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfields.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfields.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfields.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Tenum.c(411): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (copied_dt = H5T_copy(dt, H5T_COPY_ALL))) ^ H5Tenum.c(550): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if (NULL==(copied_dt=H5T_copy(dt, H5T_COPY_ALL))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfixed.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfixed.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfixed.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfixed.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfixed.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfixed.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfixed.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Tfloat.lo CC H5detect.o CC H5Tnative.lo H5detect.c(1278): warning #2259: non-pointer conversion from "long" to "unsigned int" may lose significant bits n = MIN(sizeof(real_name)-1, (unsigned)(comma-pwd->pw_gecos)); ^ H5detect.c(1278): warning #2259: non-pointer conversion from "long" to "unsigned int" may lose significant bits n = MIN(sizeof(real_name)-1, (unsigned)(comma-pwd->pw_gecos)); ^ H5detect.c(1362): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long, LONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1362): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long, LONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1362): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long, LONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1362): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long, LONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1362): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long, LONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1362): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long, LONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1362): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long, LONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1363): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1363): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1363): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1363): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1363): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1363): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1363): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1481): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1481): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1481): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1481): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1481): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1481): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1481): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1484): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1484): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1484): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1484): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1484): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1484): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1484): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++; ^ H5detect.c(1519): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1519): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1519): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1519): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1519): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1519): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1519): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1522): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1522): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1522): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1522): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1522): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1522): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1522): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++; ^ H5detect.c(1545): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1545): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1545): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1545): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1545): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1545): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1545): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1548): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1548): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1548): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1548): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1548): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1548): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1548): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++; ^ H5detect.c(1551): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1551): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1551): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1551): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1551): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1551): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1551): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1554): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1554): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1554): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1554): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1554): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1554): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1554): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1557): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1557): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1557): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1557): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1557): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1557): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1557): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1560): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1560): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1560): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1560): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1560): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1560): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1560): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++; ^ H5detect.c(1564): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1564): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1564): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1564): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1564): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1564): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1564): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1565): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1565): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1565): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1565): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1565): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1565): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1565): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++; ^ H5detect.c(1655): warning #2312: pointer cast involving 64-bit pointed-to type DETECT_M(hobj_ref_t, HOBJREF, m_g[na_g]); na_g++; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfloat.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfloat.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfloat.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfloat.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfloat.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfloat.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tfloat.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tnative.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tnative.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tnative.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tnative.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tnative.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tnative.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tnative.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Toffset.lo CC H5Toh.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Toffset.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Toffset.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Toffset.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Toffset.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Toffset.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Toffset.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Toffset.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Topaque.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Toh.c(28): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Toh.c(28): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Toh.c(28): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Toh.c(28): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Toh.c(28): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Toh.c(28): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Opkg.h(22), from H5Toh.c(28): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Topaque.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Topaque.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Topaque.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Topaque.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Topaque.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Topaque.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Topaque.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Torder.lo CC H5Tpad.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Torder.c(32): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Torder.c(32): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Torder.c(32): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Torder.c(32): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Torder.c(32): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Torder.c(32): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Torder.c(32): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Tprecis.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tpad.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tpad.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tpad.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tpad.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tpad.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tpad.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tpad.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tprecis.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tprecis.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tprecis.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tprecis.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tprecis.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tprecis.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tprecis.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Tstrpad.lo CC H5Tvisit.lo CC H5Tvlen.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tstrpad.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tstrpad.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tstrpad.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tstrpad.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tstrpad.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tstrpad.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tstrpad.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tvisit.c(44): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tvisit.c(44): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tvisit.c(44): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tvisit.c(44): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tvisit.c(44): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tvisit.c(44): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tvisit.c(44): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tvlen.c(23): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tvlen.c(23): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tvlen.c(23): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tvlen.c(23): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tvlen.c(23): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tvlen.c(23): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Tvlen.c(23): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Tvlen.c(142): warning #2330: argument of type "const H5T_t *" is incompatible with parameter of type "H5T_t *" (dropping qualifiers) if(NULL == (dt->shared->parent = H5T_copy(base, H5T_COPY_ALL))) ^ H5Tvlen.c(914): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(vl, seq_len); ^ H5Tvlen.c(914): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(vl, seq_len); ^ H5Tvlen.c(914): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(vl, seq_len); ^ H5Tvlen.c(914): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(vl, seq_len); ^ H5Tvlen.c(923): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(vl, hobjid.idx); ^ H5Tvlen.c(923): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(vl, hobjid.idx); ^ H5Tvlen.c(923): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(vl, hobjid.idx); ^ H5Tvlen.c(923): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits UINT32ENCODE(vl, hobjid.idx); ^ CC H5TS.lo CC H5VM.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5VM.c(22): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5VM.c(22): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5VM.c(22): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5VM.c(22): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5VM.c(22): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5VM.c(22): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5VM.c(22): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5VM.c(437): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, size, _size); ^ H5VM.c(437): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, size, _size); ^ H5VM.c(526): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, size, _size); ^ H5VM.c(526): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, size, _size); ^ H5VM.c(666): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, idx, size); ^ H5VM.c(666): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, idx, size); ^ H5VM.c(729): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, idx, size); ^ H5VM.c(729): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, idx, size); ^ H5VM.c(798): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, idx, size); ^ H5VM.c(798): warning #2312: pointer cast involving 64-bit pointed-to type H5VM_vector_cpy(n, idx, size); ^ CC H5WB.lo CC H5Z.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Z.c(18): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Z.c(18): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Z.c(18): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Z.c(18): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Z.c(18): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Z.c(18): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Z.c(18): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Z.c(1138): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) pline->filter[n].cd_values = (unsigned *)((void *) ~((size_t)NULL)); ^ H5Z.c(1149): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) if(x.filter[n].cd_values == (void *) ~((size_t) NULL)) ^ CC H5Zdeflate.lo CC H5Zfletcher32.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5Zpkg.h(22), from H5Zdeflate.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5Zpkg.h(22), from H5Zdeflate.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5Zpkg.h(22), from H5Zdeflate.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5Zpkg.h(22), from H5Zdeflate.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5Zpkg.h(22), from H5Zdeflate.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5Zpkg.h(22), from H5Zdeflate.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zprivate.h(25), from H5Zpkg.h(22), from H5Zdeflate.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Zdeflate.c(140): warning #2259: non-pointer conversion from "unsigned long" to "uInt={unsigned int}" may lose significant bits z_strm.avail_out = (uInt)(nalloc - z_strm.total_out); ^ H5Zdeflate.c(165): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits uLongf z_dst_nbytes = (uLongf)H5Z_DEFLATE_SIZE_ADJUST(nbytes); ^ In file included from H5Fprivate.h(31), from H5Zfletcher32.c(24): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Zfletcher32.c(24): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Zfletcher32.c(24): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Zfletcher32.c(24): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Zfletcher32.c(24): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Zfletcher32.c(24): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Zfletcher32.c(24): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Znbit.lo CC H5Zshuffle.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Znbit.c(21): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Znbit.c(21): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Znbit.c(21): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Znbit.c(21): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Znbit.c(21): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Znbit.c(21): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Znbit.c(21): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zshuffle.c(22): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zshuffle.c(22): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zshuffle.c(22): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zshuffle.c(22): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zshuffle.c(22): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zshuffle.c(22): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Zshuffle.c(22): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Zshuffle.c(87): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits if((cd_values[H5Z_SHUFFLE_PARM_SIZE] = (unsigned)H5T_get_size(type)) == 0) ^ CC H5Zscaleoffset.lo CC H5Zszip.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Zscaleoffset.c(17): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Zscaleoffset.c(17): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Zscaleoffset.c(17): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Zscaleoffset.c(17): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Zscaleoffset.c(17): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Zscaleoffset.c(17): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Zscaleoffset.c(17): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Zscaleoffset.c(817): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_set_filval_1(unsigned long, dcpl_plist, type, cd_values, need_convert, dxpl_id) ^ H5Zscaleoffset.c(817): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_set_filval_1(unsigned long, dcpl_plist, type, cd_values, need_convert, dxpl_id) ^ H5Zscaleoffset.c(819): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_set_filval_1(unsigned long long, dcpl_plist, type, cd_values, need_convert, dxpl_id) ^ H5Zscaleoffset.c(819): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_set_filval_1(unsigned long long, dcpl_plist, type, cd_values, need_convert, dxpl_id) ^ H5Zscaleoffset.c(827): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_set_filval_2(long, dcpl_plist, type, cd_values, need_convert, dxpl_id) ^ H5Zscaleoffset.c(827): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_set_filval_2(long, dcpl_plist, type, cd_values, need_convert, dxpl_id) ^ H5Zscaleoffset.c(829): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_set_filval_2(long long, dcpl_plist, type, cd_values, need_convert, dxpl_id) ^ H5Zscaleoffset.c(829): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_set_filval_2(long long, dcpl_plist, type, cd_values, need_convert, dxpl_id) ^ H5Zscaleoffset.c(1155): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits minval_size = sizeof(unsigned long long) <= ((unsigned char *)*buf)[4] ? ^ H5Zscaleoffset.c(1264): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits ((unsigned char *)outbuf)[5+i] = (unsigned char)((minval & ((unsigned long long)0xff << i*8)) >> i*8); ^ H5Zscaleoffset.c(1371): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_1(unsigned long, data, d_nelmts, ^ H5Zscaleoffset.c(1371): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_1(unsigned long, data, d_nelmts, ^ H5Zscaleoffset.c(1374): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_1(unsigned long long, data, d_nelmts, ^ H5Zscaleoffset.c(1374): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_1(unsigned long long, data, d_nelmts, ^ H5Zscaleoffset.c(1421): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_2(long, data, d_nelmts, ^ H5Zscaleoffset.c(1421): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_2(long, data, d_nelmts, ^ H5Zscaleoffset.c(1424): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_2(long long, data, d_nelmts, ^ H5Zscaleoffset.c(1424): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_2(long long, data, d_nelmts, ^ H5Zscaleoffset.c(1436): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits H5Z_scaleoffset_postdecompress_1(unsigned char, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1439): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned short" may lose significant bits H5Z_scaleoffset_postdecompress_1(unsigned short, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1442): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits H5Z_scaleoffset_postdecompress_1(unsigned int, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1445): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_1(unsigned long, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1445): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_1(unsigned long, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1448): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_1(unsigned long long, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1448): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_1(unsigned long long, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1457): warning #2259: non-pointer conversion from "long long" to "signed char" may lose significant bits buf[i] = (signed char)((buf[i] == (((unsigned char)1 << minbits) - 1)) ? filval : (buf[i] + sminval)); ^ H5Zscaleoffset.c(1460): warning #2259: non-pointer conversion from "long long" to "signed char" may lose significant bits buf[i] = (signed char)(buf[i] + sminval); ^ H5Zscaleoffset.c(1463): warning #2259: non-pointer conversion from "long long" to "short" may lose significant bits H5Z_scaleoffset_postdecompress_2(short, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1466): warning #2259: non-pointer conversion from "long long" to "int" may lose significant bits H5Z_scaleoffset_postdecompress_2(int, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1469): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_2(long, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1469): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_2(long, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1472): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_2(long long, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1472): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_2(long long, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1488): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits H5Z_scaleoffset_precompress_3(float, HDpowf, HDfabsf, HDroundf, HDlroundf, HDllroundf, data, d_nelmts, ^ H5Zscaleoffset.c(1488): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits H5Z_scaleoffset_precompress_3(float, HDpowf, HDfabsf, HDroundf, HDlroundf, HDllroundf, data, d_nelmts, ^ H5Zscaleoffset.c(1488): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_3(float, HDpowf, HDfabsf, HDroundf, HDlroundf, HDllroundf, data, d_nelmts, ^ H5Zscaleoffset.c(1488): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_3(float, HDpowf, HDfabsf, HDroundf, HDlroundf, HDllroundf, data, d_nelmts, ^ H5Zscaleoffset.c(1491): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits H5Z_scaleoffset_precompress_3(double, HDpow, HDfabs, HDround, HDlround, HDllround, data, d_nelmts, ^ H5Zscaleoffset.c(1491): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits H5Z_scaleoffset_precompress_3(double, HDpow, HDfabs, HDround, HDlround, HDllround, data, d_nelmts, ^ H5Zscaleoffset.c(1491): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_3(double, HDpow, HDfabs, HDround, HDlround, HDllround, data, d_nelmts, ^ H5Zscaleoffset.c(1491): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_precompress_3(double, HDpow, HDfabs, HDround, HDlround, HDllround, data, d_nelmts, ^ H5Zscaleoffset.c(1511): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_3(float, HDpowf, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1511): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_3(float, HDpowf, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1511): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5Z_scaleoffset_postdecompress_3(float, HDpowf, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1511): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5Z_scaleoffset_postdecompress_3(float, HDpowf, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1511): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5Z_scaleoffset_postdecompress_3(float, HDpowf, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1511): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits H5Z_scaleoffset_postdecompress_3(float, HDpowf, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1514): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_3(double, HDpow, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1514): warning #2312: pointer cast involving 64-bit pointed-to type H5Z_scaleoffset_postdecompress_3(double, HDpow, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1514): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_scaleoffset_postdecompress_3(double, HDpow, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1514): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_scaleoffset_postdecompress_3(double, HDpow, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1514): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_scaleoffset_postdecompress_3(double, HDpow, data, d_nelmts, filavail, ^ H5Zscaleoffset.c(1514): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_scaleoffset_postdecompress_3(double, HDpow, data, d_nelmts, filavail, ^ In file included from H5Fprivate.h(31), from H5Zszip.c(19): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Zszip.c(19): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Zszip.c(19): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Zszip.c(19): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Zszip.c(19): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Zszip.c(19): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Zszip.c(19): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5Ztrans.lo In file included from H5Ztrans.c(21): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Ztrans.c(21): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Ztrans.c(21): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Ztrans.c(21): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Ztrans.c(21): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Ztrans.c(21): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Ztrans.c(21): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Ztrans.c(1035): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits H5Z_XFORM_DO_OP5(char, array_size) ^ H5Ztrans.c(1041): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits H5Z_XFORM_DO_OP5(unsigned char, array_size) ^ H5Ztrans.c(1044): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits H5Z_XFORM_DO_OP5(short, array_size) ^ H5Ztrans.c(1046): warning #2259: non-pointer conversion from "int" to "unsigned short" may lose significant bits H5Z_XFORM_DO_OP5(unsigned short, array_size) ^ H5Ztrans.c(1060): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits H5Z_XFORM_DO_OP5(float, array_size) ^ H5Ztrans.c(1062): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP5(double, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1170): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1174): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1178): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1182): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size) ^ H5Ztrans.c(1507): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP3(/) ^ H5Ztrans.c(1507): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP3(/) ^ H5Ztrans.c(1509): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP3(*) ^ H5Ztrans.c(1509): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP3(*) ^ H5Ztrans.c(1511): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP6(+) ^ H5Ztrans.c(1511): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP6(+) ^ H5Ztrans.c(1513): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP6(-) ^ H5Ztrans.c(1513): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits H5Z_XFORM_DO_OP6(-) ^ CC H5ACmpio.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACmpio.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACmpio.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACmpio.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACmpio.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACmpio.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACmpio.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5ACpkg.h(37), from H5ACmpio.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5ACmpio.c(311): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits num_entries = (unsigned)H5SL_count(aux_ptr->candidate_slist_ptr); ^ H5ACmpio.c(438): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits num_entries = (unsigned)H5SL_count(aux_ptr->c_slist_ptr); ^ H5ACmpio.c(636): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits num_entries = (unsigned)H5SL_count(aux_ptr->candidate_slist_ptr); ^ H5ACmpio.c(826): warning #177: variable "err_occurred" was declared but never referenced FUNC_ENTER_PACKAGE ^ H5ACmpio.c(856): warning #177: label "done" was declared but never referenced done: ^ CC H5Cmpio.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cmpio.c(38): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cmpio.c(38): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cmpio.c(38): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cmpio.c(38): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cmpio.c(38): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cmpio.c(38): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Cmpio.c(38): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Cmpio.c(315): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, entry_ptr, FAIL) ^ H5Cmpio.c(710): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C__SEARCH_INDEX(cache_ptr, addr, entry_ptr, FAIL) ^ H5Cmpio.c(885): warning #177: variable "err_occurred" was declared but never referenced FUNC_ENTER_NOAPI_NOINIT ^ H5Cmpio.c(906): warning #177: label "done" was declared but never referenced done: ^ H5Cmpio.c(958): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits count = (int)H5SL_count(cache_ptr->coll_write_list); ^ CC H5Dmpio.lo CC H5Fmpi.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dmpio.c(35): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dmpio.c(35): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dmpio.c(35): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dmpio.c(35): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dmpio.c(35): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dmpio.c(35): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Dpkg.h(30), from H5Dmpio.c(35): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dmpio.c(401): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits num_chunkf = H5SL_count(fm->sel_chunks); ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fmpi.c(37): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fmpi.c(37): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fmpi.c(37): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fmpi.c(37): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fmpi.c(37): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fmpi.c(37): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Fpkg.h(30), from H5Fmpi.c(37): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Dmpio.c(1573): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits if(MPI_SUCCESS != (mpi_code = MPI_Bcast(total_chunk_addr_array, (int)(sizeof(haddr_t) * fm->layout->u.chunk.nchunks), MPI_BYTE, (int)0, io_info->comm))) ^ H5Dmpio.c(1775): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(tempbuf, chunk_addr, sizeof(haddr_t) * total_chunks); ^ H5Dmpio.c(1781): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits if(MPI_SUCCESS != (mpi_code = MPI_Bcast(mergebuf, ((sizeof(haddr_t) + 1) * total_chunks), MPI_BYTE, root, comm))) ^ H5Dmpio.c(1785): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(chunk_addr, tempbuf, sizeof(haddr_t) * total_chunks); ^ H5Dmpio.c(391): warning #177: function "H5D__mpio_get_min_chunk" was declared but never referenced H5D__mpio_get_min_chunk(const H5D_io_info_t *io_info, const H5D_chunk_map_t *fm, ^ CC H5FDmpi.lo In file included from H5Fprivate.h(31), from H5FDmpi.c(25): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5FDmpi.c(25): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5FDmpi.c(25): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDmpi.c(25): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDmpi.c(25): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5FDmpi.c(25): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5FDmpi.c(25): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC H5FDmpio.lo CC H5Smpio.lo In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FDmpio.c(26): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FDmpio.c(26): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FDmpio.c(26): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FDmpio.c(26): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FDmpio.c(26): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FDmpio.c(26): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5FDmpio.c(26): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Smpio.c(27): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Smpio.c(27): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Smpio.c(27): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Smpio.c(27): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Smpio.c(27): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Smpio.c(27): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Cprivate.h(35), from H5ACprivate.h(33), from H5Oprivate.h(37), from H5Dprivate.h(25), from H5Smpio.c(27): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ H5Smpio.c(160): warning #177: variable "u" was declared but never referenced hsize_t u; /* Local index variable */ ^ H5Smpio.c(276): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits unsigned s = 0, l = u, m = u / 2; ^ H5Smpio.c(276): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits unsigned s = 0, l = u, m = u / 2; ^ H5Smpio.c(293): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(disp + m + 1, disp + m, (u - m) * sizeof(MPI_Aint)); ^ H5Smpio.c(293): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(disp + m + 1, disp + m, (u - m) * sizeof(MPI_Aint)); ^ H5Smpio.c(425): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(disp + (*permute)[u] + 1, disp + (*permute)[u], ^ H5Smpio.c(425): warning #2312: pointer cast involving 64-bit pointed-to type HDmemmove(disp + (*permute)[u] + 1, disp + (*permute)[u], ^ CCLD H5make_libsettings CCLD H5detect LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5make_libsettings > H5lib_settings.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5lib_settings.c ; exit 1) LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) CC H5lib_settings.lo CC H5Tinit.lo In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tinit.c(80): H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tinit.c(80): H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tinit.c(80): H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tinit.c(80): H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tinit.c(80): H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tinit.c(80): H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from H5Fprivate.h(31), from H5Bprivate.h(34), from H5Gprivate.h(33), from H5Tprivate.h(28), from H5Tpkg.h(37), from H5Tinit.c(80): H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CCLD libhdf5.la make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/src' make[1]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/src' Making all in test make[1]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/test' CC dynlib1.lo CC dynlib2.lo CC dynlib4.lo CC dynlib3.lo CC h5test.lo CC testframe.lo CC cache_common.lo CC swmr_common.lo In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from h5test.c(30): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from h5test.c(30): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from h5test.c(30): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from h5test.c(30): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from h5test.c(30): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from h5test.c(30): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from h5test.c(30): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from cache_common.c(20): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from cache_common.c(20): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from cache_common.c(20): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from cache_common.c(20): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from cache_common.c(20): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from cache_common.c(20): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from cache_common.c(20): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ testframe.c(624): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits alarm_sec = (unsigned)HDstrtoul(env_val, (char **)NULL, 10); ^ h5test.c(594): warning #3179: deprecated conversion of string literal to char* (should be const char*) suffix = nest_printf ? "%%05d.h5" : "%05d.h5"; ^ h5test.c(904): warning #2259: non-pointer conversion from "long" to "unsigned int" may lose significant bits log_flags = (unsigned)HDstrtol(val, NULL, 0); ^ h5test.c(1043): warning #2259: non-pointer conversion from "long" to "unsigned int" may lose significant bits log_flags = (unsigned)HDstrtol(tok, NULL, 0); ^ h5test.c(1455): warning #1946: trigraph detected and converted /* filter present but neither encode nor decode is supported (???) */ ^ h5test.c(1465): warning #1946: trigraph detected and converted /* encoder only: write but not read (???) */ ^ h5test.c(1525): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits len = (int)HDstrlen(env); ^ cache_common.c(553): warning #2259: non-pointer conversion from "unsigned long" to "int32_t={int}" may lose significant bits idx = (int32_t)((addr - alt_base_addrs[type]) / entry_sizes[type]); ^ cache_common.c(560): warning #2259: non-pointer conversion from "unsigned long" to "int32_t={int}" may lose significant bits idx = (int32_t)((addr - base_addrs[type]) / entry_sizes[type]); ^ cache_common.c(2184): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C_TEST__SEARCH_INDEX(cache_ptr, entry_ptr->addr, test_ptr) ^ cache_common.c(2184): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C_TEST__SEARCH_INDEX(cache_ptr, entry_ptr->addr, test_ptr) ^ cache_common.c(2184): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits H5C_TEST__SEARCH_INDEX(cache_ptr, entry_ptr->addr, test_ptr) ^ cache_common.c(6082): warning #2259: non-pointer conversion from "int64_t={long}" to "double" may lose significant bits expected_hit_rate = ((double)cache_hits) / ((double)cache_accesses); ^ cache_common.c(6082): warning #2259: non-pointer conversion from "int64_t={long}" to "double" may lose significant bits expected_hit_rate = ((double)cache_hits) / ((double)cache_accesses); ^ CC testhdf5.o CC tarray.o CC tattr.o tarray.c(1079): warning #2312: pointer cast involving 64-bit pointed-to type *mem_used -= *(size_t *)mem; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from tattr.c(32): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from tattr.c(32): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from tattr.c(32): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from tattr.c(32): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from tattr.c(32): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from tattr.c(32): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from tattr.c(32): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ tattr.c(283): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name(attr, (size_t)(attr_name_size + 1), attr_name); ^ tattr.c(319): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name(attr2, (size_t)(attr_name_size + 1), attr_name); ^ tattr.c(5561): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(obj_id, ".", H5_INDEX_CRT_ORDER, H5_ITER_INC, n, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(5586): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(obj_id, ".", H5_INDEX_CRT_ORDER, H5_ITER_NATIVE, n, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(5607): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(obj_id, ".", H5_INDEX_CRT_ORDER, H5_ITER_DEC, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(5627): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(obj_id, ".", H5_INDEX_NAME, H5_ITER_INC, n, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(5652): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(obj_id, ".", H5_INDEX_NAME, H5_ITER_DEC, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(5761): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(my_dataset, ".", H5_INDEX_CRT_ORDER, H5_ITER_INC, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(5798): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(my_dataset, ".", H5_INDEX_CRT_ORDER, H5_ITER_INC, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(5848): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(my_dataset, ".", H5_INDEX_CRT_ORDER, H5_ITER_INC, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(6075): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(my_dataset, ".", idx_type, order, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(6200): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(my_dataset, ".", idx_type, order, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(6311): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(my_dataset, ".", idx_type, order, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(6360): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Aget_name_by_idx(my_dataset, ".", idx_type, order, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT); ^ tattr.c(6546): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ tattr.c(6562): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ tattr.c(6578): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ tattr.c(6612): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = max_attrs / 2); ^ tattr.c(6644): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = max_attrs / 2); ^ tattr.c(6676): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = max_attrs / 2); ^ tattr.c(6742): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ tattr.c(6755): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ tattr.c(6768): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ tattr.c(9882): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits wdata1[u][v] = (int)((u * dims1[1]) + v); ^ tattr.c(9885): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits wdata2[u][v] = (unsigned)((u * dims2[1]) + v); ^ CC tchecksum.o tchecksum.c(194): warning #2259: non-pointer conversion from "unsigned long" to "uint8_t={unsigned char}" may lose significant bits large_buf[u] = (uint8_t)(u * 3); ^ CC tconfig.o CC tfile.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from tfile.c(26): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from tfile.c(26): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from tfile.c(26): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from tfile.c(26): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from tfile.c(26): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from tfile.c(26): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from tfile.c(26): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC tgenprop.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tgenprop.c(29): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tgenprop.c(29): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tgenprop.c(29): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tgenprop.c(29): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tgenprop.c(29): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tgenprop.c(29): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tgenprop.c(29): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC th5o.o CC th5s.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from th5s.c(26): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from th5s.c(26): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from th5s.c(26): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from th5s.c(26): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from th5s.c(26): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from th5s.c(26): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from th5s.c(26): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ th5s.c(458): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Sget_simple_extent_npoints(dset_sid2); ^ th5s.c(486): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Sget_simple_extent_npoints(attr_sid); ^ CC tcoords.o CC theap.o theap.c(437): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(ptr, &obj2, "H5HP_remove"); ^ theap.c(443): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(ptr, &obj1, "H5HP_remove"); ^ theap.c(449): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(ptr, &obj3, "H5HP_remove"); ^ theap.c(511): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(ptr, &obj3, "H5HP_remove"); ^ theap.c(517): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(ptr, &obj1, "H5HP_remove"); ^ theap.c(523): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(ptr, &obj2, "H5HP_remove"); ^ CC tid.o tid.c(60): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(testPtr, NULL, "H5Iobject_verify"); ^ tid.c(68): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(testPtr, NULL, "H5Iobject_verify"); ^ tid.c(121): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(testPtr, NULL, "H5Iremove_verify"); ^ tid.c(129): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(testPtr, NULL, "H5Iremove_verify"); ^ tid.c(144): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(testPtr, NULL, "H5Iobject_verify"); ^ tid.c(266): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(testPtr, NULL, "H5Isearch"); ^ tid.c(304): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(testPtr, NULL, "H5Iremove_verify"); ^ tid.c(312): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(testPtr, NULL, "H5Iobject_verify"); ^ tid.c(732): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrandom((unsigned)HDtime(NULL)); ^ CC titerate.o CC tmeta.o titerate.c(215): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Lget_name_by_idx(root_group, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)i, dataset_name, (size_t)NAMELEN, H5P_DEFAULT); ^ titerate.c(223): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Lget_name_by_idx(root_group, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)(NDATASETS+3), dataset_name, (size_t)NAMELEN, H5P_DEFAULT); ^ titerate.c(241): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Lget_name_by_idx(file, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)i, dataset_name, (size_t)NAMELEN, H5P_DEFAULT); ^ titerate.c(249): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Lget_name_by_idx(file, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)(NDATASETS + 3), dataset_name, (size_t)NAMELEN, H5P_DEFAULT); ^ titerate.c(300): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits TestErrPrintf("Group iteration function didn't return name correctly for link - lnames[%u] = '%s'!\n", (unsigned)(idx - 1), lnames[(size_t)(idx - 1)]); ^ titerate.c(326): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits TestErrPrintf("Group iteration function didn't return name correctly for link - lnames[%u] = '%s'!\n", (unsigned)(idx - 1), lnames[(size_t)(idx - 1)]); ^ titerate.c(481): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits TestErrPrintf("%u: Attribute iteration function didn't set names correctly, info.name = '%s', anames[%u] = '%s'!\n", __LINE__, info.name, (unsigned)(idx - 1), anames[(size_t)idx - 1]); ^ titerate.c(508): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits TestErrPrintf("%u: Attribute iteration function didn't set names correctly, info.name = '%s', anames[%u] = '%s'!\n", __LINE__, info.name, (unsigned)(idx - 1), anames[(size_t)idx - 1]); ^ titerate.c(792): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Lget_name_by_idx(root_group, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)i, dataset_name, (size_t)(name_len + 1), H5P_DEFAULT); ^ titerate.c(814): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "herr_t={int}" may lose significant bits ret = (herr_t)H5Lget_name_by_idx(root_group, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)(NDATASETS+3), dataset_name, (size_t)NAMELEN, H5P_DEFAULT); ^ In file included from ../src/H5Fprivate.h(31), from tmeta.c(23): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from tmeta.c(23): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from tmeta.c(23): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from tmeta.c(23): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from tmeta.c(23): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from tmeta.c(23): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from tmeta.c(23): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC tmisc.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from tmisc.c(32): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from tmisc.c(32): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from tmisc.c(32): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from tmisc.c(32): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from tmisc.c(32): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from tmisc.c(32): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from tmisc.c(32): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ tmisc.c(2762): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("Line %u: VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(unsigned)__LINE__, (int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ tmisc.c(2762): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("Line %u: VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(unsigned)__LINE__, (int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ tmisc.c(2844): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("Line %u: VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(unsigned)__LINE__, (int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ tmisc.c(2844): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("Line %u: VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(unsigned)__LINE__, (int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ CC trefer.o trefer.c(120): warning #3189: pointer cast to 32-bit type involving 64-bit pointed-to type for(tu32 = (unsigned *)wbuf, i = 0; i < SPACE1_DIM1; i++) ^ trefer.c(302): warning #3189: pointer cast to 32-bit type involving 64-bit pointed-to type for(tu32 = (unsigned *)wbuf, i = 0; i < SPACE1_DIM1; i++) ^ trefer.c(415): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_simple_extent_npoints(sid1); ^ trefer.c(422): warning #3189: pointer cast to 32-bit type involving 64-bit pointed-to type for(tu32 = (unsigned *)tbuf, i = 0; i < SPACE1_DIM1; i++, tu32++) ^ trefer.c(587): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid2); ^ trefer.c(611): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid2); ^ trefer.c(745): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_simple_extent_npoints(sid1); ^ trefer.c(760): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid2); ^ trefer.c(762): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_hyper_nblocks(sid2); ^ trefer.c(788): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid2); ^ trefer.c(790): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_elem_npoints(sid2); ^ trefer.c(975): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid3); ^ trefer.c(999): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid3); ^ trefer.c(1051): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_simple_extent_npoints(sid1); ^ trefer.c(1066): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid3); ^ trefer.c(1068): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_hyper_nblocks(sid3); ^ trefer.c(1118): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid3); ^ trefer.c(1120): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_elem_npoints(sid3); ^ CC trefstr.o trefstr.c(254): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(s, buf, "wrapping"); ^ CC tselect.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from tselect.c(29): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from tselect.c(29): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from tselect.c(29): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from tselect.c(29): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from tselect.c(29): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from tselect.c(29): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from tselect.c(29): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC tskiplist.o tselect.c(478): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid1); ^ tselect.c(503): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid1); ^ tselect.c(532): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid2); ^ tselect.c(556): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid2); ^ tselect.c(599): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid2); ^ tselect.c(622): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits ret = (int)H5Sget_select_npoints(sid2); ^ tselect.c(5905): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits seed=(unsigned)time(NULL)+(unsigned)clock(); ^ tselect.c(5905): warning #2259: non-pointer conversion from "clock_t={__clock_t={long}}" to "unsigned int" may lose significant bits seed=(unsigned)time(NULL)+(unsigned)clock(); ^ tselect.c(5912): warning #2259: non-pointer conversion from "clock_t={__clock_t={long}}" to "unsigned int" may lose significant bits seed+=(unsigned)clock(); ^ tselect.c(7152): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(real_offset, offset, SPACE7_RANK * sizeof(hssize_t)); ^ tselect.c(7152): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(real_offset, offset, SPACE7_RANK * sizeof(hssize_t)); ^ tselect.c(7172): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits if(u == (unsigned)(points[w][0] + (hsize_t)real_offset[0]) && v == (unsigned)(points[w][1] + (hsize_t)real_offset[1])) { ^ tselect.c(7172): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits if(u == (unsigned)(points[w][0] + (hsize_t)real_offset[0]) && v == (unsigned)(points[w][1] + (hsize_t)real_offset[1])) { ^ tselect.c(7251): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(real_offset, offset, SPACE7_RANK * sizeof(hssize_t)); ^ tselect.c(7251): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(real_offset, offset, SPACE7_RANK * sizeof(hssize_t)); ^ tselect.c(7270): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits if((u >= (unsigned)((hssize_t)start[0] + real_offset[0]) && u < (unsigned)((hssize_t)(start[0] + count[0]) + real_offset[0])) ^ tselect.c(7270): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits if((u >= (unsigned)((hssize_t)start[0] + real_offset[0]) && u < (unsigned)((hssize_t)(start[0] + count[0]) + real_offset[0])) ^ tselect.c(7271): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits && (v >= (unsigned)((hssize_t)start[1] + real_offset[1]) && v < (unsigned)((hssize_t)(start[1] + count[1]) + real_offset[1]))) { ^ tselect.c(7271): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits && (v >= (unsigned)((hssize_t)start[1] + real_offset[1]) && v < (unsigned)((hssize_t)(start[1] + count[1]) + real_offset[1]))) { ^ tselect.c(7360): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(real_offset, offset, SPACE7_RANK * sizeof(hssize_t)); ^ tselect.c(7360): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(real_offset, offset, SPACE7_RANK * sizeof(hssize_t)); ^ tselect.c(7380): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits if(u == (unsigned)((hssize_t)points[w][0] + real_offset[0]) && v == (unsigned)((hssize_t)points[w][1] + real_offset[1])) { ^ tselect.c(7380): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits if(u == (unsigned)((hssize_t)points[w][0] + real_offset[0]) && v == (unsigned)((hssize_t)points[w][1] + real_offset[1])) { ^ tselect.c(7483): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(real_offset, offset, SPACE7_RANK * sizeof(hssize_t)); ^ tselect.c(7483): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(real_offset, offset, SPACE7_RANK * sizeof(hssize_t)); ^ tselect.c(7503): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits if(u == (unsigned)((hssize_t)points[w][0] + real_offset[0]) && v == (unsigned)((hssize_t)points[w][1] + real_offset[1])) { ^ tselect.c(7503): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits if(u == (unsigned)((hssize_t)points[w][0] + real_offset[0]) && v == (unsigned)((hssize_t)points[w][1] + real_offset[1])) { ^ tskiplist.c(167): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, NULL, "H5SL_search"); ^ tskiplist.c(186): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, NULL, "H5SL_search"); ^ tskiplist.c(302): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, NULL, "H5SL_remove"); ^ tskiplist.c(325): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, &key1, "H5SL_remove"); ^ tskiplist.c(330): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, &key2, "H5SL_remove"); ^ tskiplist.c(335): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, &key3, "H5SL_remove"); ^ tskiplist.c(344): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, NULL, "H5SL_remove"); ^ tskiplist.c(480): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(node, NULL, "H5SL_first"); ^ tskiplist.c(509): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(node, NULL, "H5SL_first"); ^ tskiplist.c(927): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(node, NULL, "H5SL_last"); ^ tskiplist.c(956): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(node, NULL, "H5SL_last"); ^ tskiplist.c(1012): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(node, NULL, "H5SL_find"); ^ tskiplist.c(1213): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY((void *)&obj->idx, key, "obj->idx"); ^ tskiplist.c(1214): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(obj, &udata->obj_list->list[obj->idx], "obj_list->list[obj->idx]"); ^ tskiplist.c(1239): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY((void *)&obj->idx, key, "obj->idx"); ^ tskiplist.c(1240): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(obj, &obj_list->list[obj->idx], "obj_list->list[obj->idx]"); ^ tskiplist.c(1249): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits nrems = (int)(HDrandom() % (long)3); ^ tskiplist.c(1256): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits rem_idx = (int)(HDrandom() % (long)obj_list->nobjs_rem); ^ tskiplist.c(1336): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits obj_list.nobjs = obj_list.nobjs_rem = (int)(TEST_TFS_MIN_NOBJS + (HDrandom() % (long)(TEST_TFS_MAX_NOBJS - TEST_TFS_MIN_NOBJS + 1))); ^ tskiplist.c(1433): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item,NULL,"H5SL_less"); ^ tskiplist.c(1491): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, NULL, "H5SL_greater"); ^ tskiplist.c(1576): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(node, NULL, "H5SL_below"); ^ tskiplist.c(1645): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(node, NULL, "H5SL_above"); ^ tskiplist.c(1700): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, NULL, "H5SL_remove_first"); ^ tskiplist.c(1745): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) VERIFY(found_item, NULL, "H5SL_remove_first"); ^ CC tsohm.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from tsohm.c(30): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from tsohm.c(30): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from tsohm.c(30): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from tsohm.c(30): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from tsohm.c(30): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from tsohm.c(30): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from tsohm.c(30): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ tsohm.c(2198): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(list_index_med.empty_size > (h5_stat_size_t)((float)norm_sizes.empty_size * OVERHEAD_ALLOWED)) ^ tsohm.c(2259): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(btree_index.dsets2 > (h5_stat_size_t)((float)list_index_small.dsets2 * OVERHEAD_ALLOWED)) ^ tsohm.c(2268): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(list_index_small.dsets2 > (h5_stat_size_t)((float)btree_index.dsets2 * OVERHEAD_ALLOWED * OVERHEAD_ALLOWED)) ^ tsohm.c(2292): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(btree_index.interleaved > (h5_stat_size_t)((float)list_index_small.interleaved * OVERHEAD_ALLOWED)) ^ tsohm.c(2320): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(btree_index.attrs1 > (h5_stat_size_t)((float)list_index_small.attrs1 * OVERHEAD_ALLOWED)) ^ tsohm.c(2322): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(btree_index.attrs1 > (h5_stat_size_t)((float)list_index_med.attrs1 * OVERHEAD_ALLOWED)) ^ tsohm.c(2324): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(list_index_med.attrs1 > (h5_stat_size_t)((float)btree_index.attrs1 * OVERHEAD_ALLOWED)) ^ tsohm.c(2326): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(list_index_small.attrs1 > (h5_stat_size_t)((float)btree_index.attrs1 * OVERHEAD_ALLOWED)) ^ tsohm.c(2331): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(list_index_small.attrs1 > (h5_stat_size_t)((float)btree_index.attrs1 * OVERHEAD_ALLOWED)) ^ tsohm.c(2333): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(list_index_med.attrs1 > (h5_stat_size_t)((float)btree_index.attrs1 * OVERHEAD_ALLOWED)) ^ tsohm.c(2349): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits (h5_stat_size_t)((float)(btree_index.attrs1 - btree_index.interleaved) * OVERHEAD_ALLOWED)) ^ tsohm.c(2357): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(btree_index.attrs2 > (h5_stat_size_t)((float)list_index_small.attrs2 * OVERHEAD_ALLOWED)) ^ tsohm.c(2359): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(list_index_small.attrs2 > (h5_stat_size_t)((float)btree_index.attrs2 * OVERHEAD_ALLOWED)) ^ tsohm.c(2361): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(btree_index.attrs2 > (h5_stat_size_t)((float)list_index_med.attrs2 * OVERHEAD_ALLOWED)) ^ tsohm.c(2363): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(list_index_med.attrs2 > (h5_stat_size_t)((float)btree_index.attrs2 * OVERHEAD_ALLOWED)) ^ tsohm.c(2451): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits (h5_stat_size_t)((float)(list_index_med.dsets2 - list_index_med.dsets1) * OVERHEAD_ALLOWED)) ^ tsohm.c(2454): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits (h5_stat_size_t)((float)(btree_index.dsets2 - btree_index.dsets1) * OVERHEAD_ALLOWED)) ^ tsohm.c(2458): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits (h5_stat_size_t)((float)(list_index_med.interleaved - list_index_med.dsets2) * OVERHEAD_ALLOWED)) ^ tsohm.c(2461): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits (h5_stat_size_t)((float)(btree_index.interleaved - btree_index.dsets2) * OVERHEAD_ALLOWED)) ^ tsohm.c(2470): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits (h5_stat_size_t)((float)(list_index_med.attrs2 - list_index_med.attrs1) * OVERHEAD_ALLOWED)) ^ tsohm.c(2473): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits (h5_stat_size_t)((float)(btree_index.attrs2 - btree_index.attrs1) * OVERHEAD_ALLOWED)) ^ tsohm.c(2483): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if((h5_stat_size_t)((float)mult_index_med.attrs2 * OVERHEAD_ALLOWED) < btree_index.attrs2) ^ tsohm.c(2485): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if((h5_stat_size_t)((float)mult_index_btree.attrs2 * OVERHEAD_ALLOWED) < btree_index.attrs2) ^ tsohm.c(2554): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(share_tiny_index.first_dset >= (h5_stat_size_t)((float)type_space_index.first_dset * OVERHEAD_ALLOWED)) ^ tsohm.c(2561): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if((h5_stat_size_t)((float)share_tiny_index.second_dset * OVERHEAD_ALLOWED) < type_space_index.second_dset) ^ tsohm.c(2566): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if((h5_stat_size_t)((float)share_tiny_index.dsets1 * OVERHEAD_ALLOWED) < type_space_index.dsets1) ^ tsohm.c(2571): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if((h5_stat_size_t)((float)share_tiny_index.dsets2 * OVERHEAD_ALLOWED) < type_space_index.dsets2) ^ tsohm.c(2576): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if((h5_stat_size_t)((float)share_tiny_index.interleaved * OVERHEAD_ALLOWED) < type_space_index.interleaved) ^ tsohm.c(2581): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if((h5_stat_size_t)((float)share_tiny_index.attrs1 * OVERHEAD_ALLOWED) < type_space_index.attrs1) ^ tsohm.c(2586): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if((h5_stat_size_t)((float)share_tiny_index.attrs2 * OVERHEAD_ALLOWED) < type_space_index.attrs2) ^ tsohm.c(2764): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(norm_filesize > (h5_stat_size_t)((float)deleted_filesize * OVERHEAD_ALLOWED)) ^ tsohm.c(2766): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "float" may lose significant bits if(deleted_filesize > (h5_stat_size_t)((float)norm_filesize * OVERHEAD_ALLOWED)) ^ CC ttime.o CC ttst.o CC tunicode.o tunicode.c(805): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrandom((unsigned)HDtime(NULL)); ^ CC tvlstr.o tvlstr.c(95): warning #2312: pointer cast involving 64-bit pointed-to type *mem_used-=*(size_t *)mem; ^ tvlstr.c(199): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ tvlstr.c(199): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ tvlstr.c(301): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ tvlstr.c(301): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ tvlstr.c(528): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ tvlstr.c(528): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits TestErrPrintf("VL data length don't match!, strlen(wdata[%d])=%d, strlen(rdata[%d])=%d\n",(int)i,(int)strlen(wdata[i]),(int)i,(int)strlen(rdata[i])); ^ CC tvltypes.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tvltypes.c(25): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tvltypes.c(25): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tvltypes.c(25): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tvltypes.c(25): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tvltypes.c(25): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tvltypes.c(25): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from tvltypes.c(25): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ tvltypes.c(92): warning #2312: pointer cast involving 64-bit pointed-to type *(size_t *)mem_used -= *(size_t *)mem; ^ tvltypes.c(2439): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct fill1 = {1, 2, "foobar", "", NULL, "\0", "dead", 3, 4.0F, 100.0F, 1.0F, "liquid", "meter"}; ^ tvltypes.c(2439): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct fill1 = {1, 2, "foobar", "", NULL, "\0", "dead", 3, 4.0F, 100.0F, 1.0F, "liquid", "meter"}; ^ tvltypes.c(2439): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct fill1 = {1, 2, "foobar", "", NULL, "\0", "dead", 3, 4.0F, 100.0F, 1.0F, "liquid", "meter"}; ^ tvltypes.c(2439): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct fill1 = {1, 2, "foobar", "", NULL, "\0", "dead", 3, 4.0F, 100.0F, 1.0F, "liquid", "meter"}; ^ tvltypes.c(2439): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct fill1 = {1, 2, "foobar", "", NULL, "\0", "dead", 3, 4.0F, 100.0F, 1.0F, "liquid", "meter"}; ^ tvltypes.c(2439): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct fill1 = {1, 2, "foobar", "", NULL, "\0", "dead", 3, 4.0F, 100.0F, 1.0F, "liquid", "meter"}; ^ tvltypes.c(2440): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct wdata = {3, 4, "", NULL, "\0", "foo", "two", 6, 8.0F, 200.0F, 2.0F, "solid", "yard"}; ^ tvltypes.c(2440): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct wdata = {3, 4, "", NULL, "\0", "foo", "two", 6, 8.0F, 200.0F, 2.0F, "solid", "yard"}; ^ tvltypes.c(2440): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct wdata = {3, 4, "", NULL, "\0", "foo", "two", 6, 8.0F, 200.0F, 2.0F, "solid", "yard"}; ^ tvltypes.c(2440): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct wdata = {3, 4, "", NULL, "\0", "foo", "two", 6, 8.0F, 200.0F, 2.0F, "solid", "yard"}; ^ tvltypes.c(2440): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct wdata = {3, 4, "", NULL, "\0", "foo", "two", 6, 8.0F, 200.0F, 2.0F, "solid", "yard"}; ^ tvltypes.c(2440): warning #3179: deprecated conversion of string literal to char* (should be const char*) const dtype1_struct wdata = {3, 4, "", NULL, "\0", "foo", "two", 6, 8.0F, 200.0F, 2.0F, "solid", "yard"}; ^ CC cache.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache.c(20): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache.c(20): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache.c(20): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache.c(20): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache.c(20): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache.c(20): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache.c(20): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ cache.c(35643): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits expected_hash_bucket = H5C__HASH_FCN(entry_addr); ^ cache.c(35650): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits if(expected_hash_bucket != H5C__HASH_FCN(entry_addr)) { ^ cache.c(35689): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits if(expected_hash_bucket == H5C__HASH_FCN(entry_addr)) { ^ CC cache_api.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_api.c(21): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_api.c(21): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_api.c(21): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_api.c(21): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_api.c(21): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_api.c(21): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_api.c(21): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ cache_api.c(806): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits ((double)max_size * mod_config_4.min_clean_fraction) ) ) { ^ CC cache_image.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_image.c(20): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_image.c(20): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_image.c(20): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_image.c(20): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_image.c(20): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_image.c(20): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from cache_image.c(20): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC genall5.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from genall5.c(22): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from genall5.c(22): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from genall5.c(22): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from genall5.c(22): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from genall5.c(22): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from genall5.c(22): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from cache_common.h(27), from genall5.c(22): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC cache_tagging.o CC lheap.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from cache_tagging.c(20): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from cache_tagging.c(20): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from cache_tagging.c(20): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from cache_tagging.c(20): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from cache_tagging.c(20): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from cache_tagging.c(20): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from cache_tagging.c(20): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ cache_tagging.c(441): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose test outout */ ^ cache_tagging.c(522): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(629): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(724): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(852): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(966): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(1146): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file output */ ^ cache_tagging.c(1249): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(1378): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(1509): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(1688): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(1845): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(1972): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(2103): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(2223): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(2359): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(2506): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(2637): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(2770): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(2901): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file output */ ^ cache_tagging.c(3004): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file output */ ^ cache_tagging.c(3119): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(3272): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(3415): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(3515): warning #177: variable "verbose" was declared but never referenced int verbose = FALSE; /* verbose file outout */ ^ cache_tagging.c(3635): warning #177: variable "f" was declared but never referenced H5F_t * f = NULL; ^ cache_tagging.c(3636): warning #177: variable "fid" was declared but never referenced hid_t fid, dxpl_id = -1; ^ cache_tagging.c(3636): warning #177: variable "dxpl_id" was declared but never referenced hid_t fid, dxpl_id = -1; ^ cache_tagging.c(3637): warning #177: variable "addr" was declared but never referenced haddr_t addr; ^ cache_tagging.c(3638): warning #177: variable "lheap" was declared but never referenced H5HL_t * lheap = NULL; ^ cache_tagging.c(3691): warning #177: label "error" was declared but never referenced error: ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from lheap.c(22): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from lheap.c(22): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from lheap.c(22): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from lheap.c(22): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from lheap.c(22): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from lheap.c(22): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from lheap.c(22): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC ohdr.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from ohdr.c(26): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from ohdr.c(26): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from ohdr.c(26): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from ohdr.c(26): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from ohdr.c(26): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from ohdr.c(26): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from ohdr.c(26): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC stab.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from stab.c(25): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from stab.c(25): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from stab.c(25): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from stab.c(25): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from stab.c(25): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from stab.c(25): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from stab.c(25): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ stab.c(198): warning #2259: non-pointer conversion from "unsigned long" to "char" may lose significant bits name1[i] = (char)('A' + i%26); ^ CC gheap.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from gheap.c(24): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from gheap.c(24): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from gheap.c(24): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from gheap.c(24): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from gheap.c(24): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from gheap.c(24): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from gheap.c(24): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ gheap.c(114): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits HDmemset(out, (int)('A' + u % 26), size); ^ gheap.c(133): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits HDmemset(out, (int)('A' + u % 26), size); ^ gheap.c(217): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits HDmemset(out, (int)('A' + u % 26), size); ^ gheap.c(231): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits HDmemset(out, (int)('A' + u % 26), size); ^ gheap.c(313): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits HDmemset(out, (int)('A' + u % 26), size); ^ gheap.c(403): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits HDmemset(out, (int)('A' + u % 26), size); ^ CC evict_on_close.o CC farray.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from evict_on_close.c(34): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from evict_on_close.c(34): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from evict_on_close.c(34): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from evict_on_close.c(34): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from evict_on_close.c(34): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from evict_on_close.c(34): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from evict_on_close.c(34): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC earray.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5FAprivate.h(33), from ../src/H5FApkg.h(29), from farray.c(25): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5FAprivate.h(33), from ../src/H5FApkg.h(29), from farray.c(25): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5FAprivate.h(33), from ../src/H5FApkg.h(29), from farray.c(25): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5FAprivate.h(33), from ../src/H5FApkg.h(29), from farray.c(25): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5FAprivate.h(33), from ../src/H5FApkg.h(29), from farray.c(25): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5FAprivate.h(33), from ../src/H5FApkg.h(29), from farray.c(25): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5FAprivate.h(33), from ../src/H5FApkg.h(29), from farray.c(25): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5EAprivate.h(35), from ../src/H5EApkg.h(30), from earray.c(25): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5EAprivate.h(35), from ../src/H5EApkg.h(30), from earray.c(25): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5EAprivate.h(35), from ../src/H5EApkg.h(30), from earray.c(25): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5EAprivate.h(35), from ../src/H5EApkg.h(30), from earray.c(25): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5EAprivate.h(35), from ../src/H5EApkg.h(30), from earray.c(25): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5EAprivate.h(35), from ../src/H5EApkg.h(30), from earray.c(25): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5EAprivate.h(35), from ../src/H5EApkg.h(30), from earray.c(25): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC btree2.o CC fheap.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5B2private.h(32), from ../src/H5B2pkg.h(30), from btree2.c(25): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5B2private.h(32), from ../src/H5B2pkg.h(30), from btree2.c(25): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5B2private.h(32), from ../src/H5B2pkg.h(30), from btree2.c(25): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5B2private.h(32), from ../src/H5B2pkg.h(30), from btree2.c(25): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5B2private.h(32), from ../src/H5B2pkg.h(30), from btree2.c(25): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5B2private.h(32), from ../src/H5B2pkg.h(30), from btree2.c(25): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5B2private.h(32), from ../src/H5B2pkg.h(30), from btree2.c(25): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5HFprivate.h(32), from ../src/H5HFpkg.h(30), from fheap.c(25): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5HFprivate.h(32), from ../src/H5HFpkg.h(30), from fheap.c(25): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5HFprivate.h(32), from ../src/H5HFpkg.h(30), from fheap.c(25): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5HFprivate.h(32), from ../src/H5HFpkg.h(30), from fheap.c(25): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5HFprivate.h(32), from ../src/H5HFpkg.h(30), from fheap.c(25): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5HFprivate.h(32), from ../src/H5HFpkg.h(30), from fheap.c(25): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5HFprivate.h(32), from ../src/H5HFpkg.h(30), from fheap.c(25): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC pool.o fheap.c(1206): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&keep_ids->lens[keep_ids->num_ids], shared_lens_g, (num_ids * sizeof(size_t))); ^ fheap.c(1206): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&keep_ids->lens[keep_ids->num_ids], shared_lens_g, (num_ids * sizeof(size_t))); ^ fheap.c(1207): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&keep_ids->offs[keep_ids->num_ids], shared_offs_g, (num_ids * sizeof(size_t))); ^ fheap.c(1207): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&keep_ids->offs[keep_ids->num_ids], shared_offs_g, (num_ids * sizeof(size_t))); ^ fheap.c(16081): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "float" may lose significant bits obj_size = (size_t)((float)obj_size * 1.3F); ^ fheap.c(16083): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "float" may lose significant bits obj_size = (size_t)((float)obj_size / 1.3F); ^ fheap.c(16130): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "float" may lose significant bits obj_size = (size_t)((float)obj_size * 1.3F); ^ fheap.c(16132): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "float" may lose significant bits obj_size = (size_t)((float)obj_size / 1.3F); ^ pool.c(672): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits swap_idx = (size_t)(HDrandom() % (int)(MPOOL_NUM_RANDOM - u)) + u; ^ CC accum.o CC hyperslab.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum.c(21): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum.c(21): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum.c(21): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum.c(21): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum.c(21): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum.c(21): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum.c(21): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ accum.c(1692): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits seed = (unsigned)HDtime(NULL); ^ In file included from hyperslab.c(26): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from hyperslab.c(26): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from hyperslab.c(26): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from hyperslab.c(26): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from hyperslab.c(26): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from hyperslab.c(26): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from hyperslab.c(26): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ hyperslab.c(813): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits src[i * ny + j] = (int)(i * ny + j); ^ hyperslab.c(1231): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrandom((unsigned)HDtime(NULL)); ^ CC istore.o CC bittests.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from istore.c(24): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from istore.c(24): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from istore.c(24): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from istore.c(24): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from istore.c(24): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from istore.c(24): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from istore.c(24): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ istore.c(351): warning #2259: non-pointer conversion from "unsigned long" to "signed int" may lose significant bits HDmemset(buf, (signed)(128+ctr), (size_t)nelmts); ^ istore.c(530): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits offset[0] = (hsize_t)(HDrandom() % (int)(TEST_SPARSE_SIZE-nx)); ^ istore.c(531): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits offset[1] = (hsize_t)(HDrandom() % (int)(TEST_SPARSE_SIZE-ny)); ^ istore.c(532): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits offset[2] = (hsize_t)(HDrandom() % (int)(TEST_SPARSE_SIZE-nz)); ^ istore.c(639): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrandom((unsigned)HDtime(NULL)); ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from bittests.c(23): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from bittests.c(23): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from bittests.c(23): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from bittests.c(23): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from bittests.c(23): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from bittests.c(23): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from bittests.c(23): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC dt_arith.o CC page_buffer.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dt_arith.c(45): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dt_arith.c(45): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dt_arith.c(45): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dt_arith.c(45): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dt_arith.c(45): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dt_arith.c(45): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dt_arith.c(45): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ dt_arith.c(1814): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1814): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1814): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1814): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1814): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1814): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1816): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1816): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1816): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1816): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1816): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1816): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1818): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1818): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1818): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1818): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1818): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1818): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1820): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1820): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1820): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1820): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1820): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(1820): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(2138): warning #2312: pointer cast involving 64-bit pointed-to type hw = (unsigned char*)&hw_long; ^ dt_arith.c(2189): warning #2312: pointer cast involving 64-bit pointed-to type hw = (unsigned char*)&hw_ulong; ^ dt_arith.c(2240): warning #2312: pointer cast involving 64-bit pointed-to type hw = (unsigned char*)&hw_llong; ^ dt_arith.c(2291): warning #2312: pointer cast involving 64-bit pointed-to type hw = (unsigned char*)&hw_ullong; ^ dt_arith.c(2470): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)dst_size-(ssize_t)src_size)), ""); ^ dt_arith.c(2524): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)src_size-(ssize_t)dst_size)), ""); ^ dt_arith.c(2578): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)src_size-(ssize_t)dst_size)), ""); ^ dt_arith.c(2599): warning #2312: pointer cast involving 64-bit pointed-to type printf(" %29ld\n", *((long*)hw)); ^ dt_arith.c(2602): warning #2312: pointer cast involving 64-bit pointed-to type printf(" %29lu\n", *((unsigned long*)hw)); ^ dt_arith.c(2605): warning #2312: pointer cast involving 64-bit pointed-to type HDfprintf(stdout," %29"H5_PRINTF_LL_WIDTH"d\n", *((long long*)hw)); ^ dt_arith.c(2608): warning #2312: pointer cast involving 64-bit pointed-to type HDfprintf(stdout," %29"H5_PRINTF_LL_WIDTH"u\n", *((unsigned long long*)hw)); ^ dt_arith.c(3239): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits int valid_bits = (int)((dst_ebias + dst_msize) + (size_t)MIN(check_expo[0], check_expo[1])) - 1; ^ dt_arith.c(3272): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)dst_size-(ssize_t)src_size)), ""); ^ dt_arith.c(3292): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)src_size-(ssize_t)dst_size)), ""); ^ dt_arith.c(3312): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)src_size-(ssize_t)dst_size)), ""); ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from page_buffer.c(24): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from page_buffer.c(24): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from page_buffer.c(24): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from page_buffer.c(24): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from page_buffer.c(24): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from page_buffer.c(24): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from page_buffer.c(24): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ dt_arith.c(3678): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3678): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3678): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3678): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3678): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3678): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long, LONG_MAX, LONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3680): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3680): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3680): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3680): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3680): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3680): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3682): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3682): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3682): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3682): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3682): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3682): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(long long, LLONG_MAX, LLONG_MIN, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3684): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3684): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3684): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3684): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3684): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3684): warning #2312: pointer cast involving 64-bit pointed-to type INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size, src_nbits, buf, saved, nelmts); ^ dt_arith.c(3763): warning #2259: non-pointer conversion from "long" to "float" may lose significant bits hw_float = (float)(*((long*)aligned)); ^ dt_arith.c(3767): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits hw_float = (float)(*((unsigned long*)aligned)); ^ dt_arith.c(3771): warning #2259: non-pointer conversion from "long long" to "float" may lose significant bits hw_float = (float)(*((long long*)aligned)); ^ dt_arith.c(3775): warning #2259: non-pointer conversion from "unsigned long long" to "float" may lose significant bits hw_float = (float)(*((unsigned long long*)aligned)); ^ dt_arith.c(3814): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits hw_double = (double)(*((long*)aligned)); ^ dt_arith.c(3818): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits hw_double = (double)(*((unsigned long*)aligned)); ^ dt_arith.c(3822): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits hw_double = (double)(*((long long*)aligned)); ^ dt_arith.c(3826): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits hw_double = (double)(*((unsigned long long*)aligned)); ^ dt_arith.c(4082): warning #2312: pointer cast involving 64-bit pointed-to type hw = (unsigned char*)&hw_long; ^ dt_arith.c(4114): warning #2312: pointer cast involving 64-bit pointed-to type hw = (unsigned char*)&hw_ulong; ^ dt_arith.c(4146): warning #2312: pointer cast involving 64-bit pointed-to type hw = (unsigned char*)&hw_llong; ^ dt_arith.c(4178): warning #2312: pointer cast involving 64-bit pointed-to type hw = (unsigned char*)&hw_ullong; ^ dt_arith.c(4355): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)dst_size-(ssize_t)src_size)), ""); ^ dt_arith.c(4420): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)src_size-(ssize_t)dst_size)), ""); ^ dt_arith.c(4485): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits printf("%*s", (int)(3*MAX(0, (ssize_t)src_size-(ssize_t)dst_size)), ""); ^ dt_arith.c(4506): warning #2312: pointer cast involving 64-bit pointed-to type printf(" %29ld\n", *((long*)hw)); ^ dt_arith.c(4509): warning #2312: pointer cast involving 64-bit pointed-to type printf(" %29lu\n", *((unsigned long*)hw)); ^ dt_arith.c(4512): warning #2312: pointer cast involving 64-bit pointed-to type HDfprintf(stdout, " %29"H5_PRINTF_LL_WIDTH"d\n", *((long long*)hw)); ^ dt_arith.c(4515): warning #2312: pointer cast involving 64-bit pointed-to type HDfprintf(stdout, " %29"H5_PRINTF_LL_WIDTH"u\n", *((unsigned long long*)hw)); ^ dt_arith.c(5176): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrandom((unsigned)HDtime(NULL)); ^ page_buffer.c(381): warning #177: function "test_args" was declared but never referenced test_args(hid_t orig_fapl, const char *env_h5_drvr) ^ page_buffer.c(567): warning #177: function "test_raw_data_handling" was declared but never referenced test_raw_data_handling(hid_t orig_fapl, const char *env_h5_drvr) ^ page_buffer.c(850): warning #177: function "test_lru_processing" was declared but never referenced test_lru_processing(hid_t orig_fapl, const char *env_h5_drvr) ^ page_buffer.c(1104): warning #177: function "test_min_threshold" was declared but never referenced test_min_threshold(hid_t orig_fapl, const char *env_h5_drvr) ^ page_buffer.c(1739): warning #177: function "test_stats_collection" was declared but never referenced test_stats_collection(hid_t orig_fapl, const char *env_h5_drvr) ^ CC dtypes.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dtypes.c(47): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dtypes.c(47): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dtypes.c(47): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dtypes.c(47): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dtypes.c(47): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dtypes.c(47): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from dtypes.c(47): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ dtypes.c(1201): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits s_ptr->b = (i*8+1) & 0x7fff; ^ dtypes.c(1202): warning #2259: non-pointer conversion from "int" to "short" may lose significant bits s_ptr->d = (i*8+6) & 0x7fff; ^ dtypes.c(1685): warning #3179: deprecated conversion of string literal to char* (should be const char*) cmpd_struct wdata = {11, "variable-length string", 22}; ^ dtypes.c(2154): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits ((big_t *)buf)[u].d1 = (double)u * (double)1.5f; ^ dtypes.c(2155): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits ((big_t *)buf)[u].d2 = (double)u * (double)2.5f; ^ dtypes.c(2156): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits ((big_t *)buf)[u].d3 = (double)u * (double)3.5f; ^ dtypes.c(2157): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits ((big_t *)buf)[u].i1 = (int)(u * 3); ^ dtypes.c(2158): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits ((big_t *)buf)[u].i2 = (int)(u * 5); ^ dtypes.c(2542): warning #3179: deprecated conversion of string literal to char* (should be const char*) cmpd_struct_1 wdata1 = {'A', 'B', "variable-length string"}; ^ dtypes.c(2545): warning #3179: deprecated conversion of string literal to char* (should be const char*) cmpd_struct_2 wdata2 = {'C', 'D', "another vlen!", 1, 2, -1, 9001}; ^ dtypes.c(3198): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits printf(" Size after packing: %u; expected: 2\n", (unsigned)H5Tget_size(tmp_dt)); ^ dtypes.c(3208): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits printf(" Size after packing: %u; expected: 4\n", (unsigned)H5Tget_size(tmp_dt)); ^ dtypes.c(3242): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits printf(" Size after packing: %u; expected: 2\n", (unsigned)H5Tget_size(tmp_dt)); ^ dtypes.c(3252): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits printf(" Size after packing: %u; expected: 4\n", (unsigned)H5Tget_size(tmp_dt)); ^ dtypes.c(3850): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits attr_data[i][j] = (unsigned)(i * ds_size[1] + j); ^ dtypes.c(7417): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrandom((unsigned)HDtime(NULL)); ^ CC dsets.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from dsets.c(31): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from dsets.c(31): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from dsets.c(31): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from dsets.c(31): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from dsets.c(31): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from dsets.c(31): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from dsets.c(31): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ dsets.c(1432): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits add_on=(unsigned)H5Tget_size(type_id); ^ dsets.c(1755): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits points[i][j] = (int)(n++); ^ dsets.c(2876): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0f, (double)(precision - 1)); ^ dsets.c(2877): warning #2259: non-pointer conversion from "long long" to "int" may lose significant bits orig_data[i][j] = (int)(((long long)HDrandom() % (long long)power) << offset); ^ dsets.c(3269): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits power = HDpow(2.0F, (double)precision); ^ dsets.c(3270): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits orig_data[i][j][m][n] = (unsigned int)(((long long)HDrandom() % ^ dsets.c(3461): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[0]-1)); ^ dsets.c(3462): warning #2259: non-pointer conversion from "long long" to "int" may lose significant bits orig_data[i][j].i = (int)(((long long)HDrandom() % (long long)power) << offset[0]); ^ dsets.c(3463): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[1]-1)); ^ dsets.c(3464): warning #2259: non-pointer conversion from "long long" to "char" may lose significant bits orig_data[i][j].c = (char)(((long long)HDrandom() % (long long)power) << offset[1]); ^ dsets.c(3465): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[2]-1)); ^ dsets.c(3466): warning #2259: non-pointer conversion from "long long" to "short" may lose significant bits orig_data[i][j].s = (short)(((long long)HDrandom() % (long long)power) << offset[2]); ^ dsets.c(3745): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[0]-1)); ^ dsets.c(3746): warning #2259: non-pointer conversion from "long long" to "int" may lose significant bits orig_data[i][j].a.i = (int)(((long long)HDrandom() % (long long)power) << offset[0]); ^ dsets.c(3747): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[1]-1)); ^ dsets.c(3748): warning #2259: non-pointer conversion from "long long" to "char" may lose significant bits orig_data[i][j].a.c = (char)(((long long)HDrandom() % (long long)power) << offset[1]); ^ dsets.c(3749): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[2]-1)); ^ dsets.c(3750): warning #2259: non-pointer conversion from "long long" to "short" may lose significant bits orig_data[i][j].a.s = (short)(-((long long)HDrandom() % (long long)power) << offset[2]); ^ dsets.c(3753): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits power = HDpow(2.0F, (double)precision[3]); ^ dsets.c(3754): warning #2259: non-pointer conversion from "long long" to "unsigned int" may lose significant bits orig_data[i][j].v = (unsigned int)(((long long)HDrandom() % (long long)power) << offset[3]); ^ dsets.c(3758): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[4]-1)); ^ dsets.c(3759): warning #2259: non-pointer conversion from "long long" to "char" may lose significant bits orig_data[i][j].b[m][n] = (char)(((long long)HDrandom() % (long long)power) << offset[4]); ^ dsets.c(3764): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[0]-1)); ^ dsets.c(3765): warning #2259: non-pointer conversion from "long long" to "int" may lose significant bits orig_data[i][j].d[m][n].i = (int)(-((long long)HDrandom() % (long long)power) << offset[0]); ^ dsets.c(3766): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[1]-1)); ^ dsets.c(3767): warning #2259: non-pointer conversion from "long long" to "char" may lose significant bits orig_data[i][j].d[m][n].c = (char)(((long long)HDrandom() % (long long)power) << offset[1]); ^ dsets.c(3768): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision[2]-1)); ^ dsets.c(3769): warning #2259: non-pointer conversion from "long long" to "short" may lose significant bits orig_data[i][j].d[m][n].s = (short)(((long long)HDrandom() % (long long)power) << offset[2]); ^ dsets.c(3979): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits orig_data[i].i = (int)(HDrandom() % (long)power); ^ dsets.c(3985): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits for(k = 0; k < (i+1); k++) ((unsigned int *)orig_data[i].v.p)[k] = (unsigned int)(i*100 + k); ^ dsets.c(3990): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits for(j = 0; j < 5; j++) orig_data[i].o[j] = (unsigned char)(i + j); ^ dsets.c(4150): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits power = HDpow(2.0F, (double)(precision-1)); ^ dsets.c(5263): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits for(i=0; i> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from cmpd_dset.c(23): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from cmpd_dset.c(23): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from cmpd_dset.c(23): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from cmpd_dset.c(23): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from cmpd_dset.c(23): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Tpkg.h(37), from cmpd_dset.c(23): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ cmpd_dset.c(957): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->a = (int)(i * 8 + 0); ^ cmpd_dset.c(958): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->b = (int)(i * 8 + 1); ^ cmpd_dset.c(960): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->c[j] = (int)(i * 8 + j); ^ cmpd_dset.c(961): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->d = (int)(i * 8 + 6); ^ cmpd_dset.c(962): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->e = (int)(i * 8 + 7); ^ cmpd_dset.c(964): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->f = (float)(i * 2 / 3); ^ cmpd_dset.c(965): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->g = (float)(i * 2 / 3 + 1); ^ cmpd_dset.c(967): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->h[j] = (float)(i * j / 5 + j); ^ cmpd_dset.c(968): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->i = (float)(i * 2 / 3 + 2); ^ cmpd_dset.c(969): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->j = (float)(i * 2 / 3 + 3); ^ cmpd_dset.c(971): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits s_ptr->k = (double)(i / 7 + 1); ^ cmpd_dset.c(972): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits s_ptr->l = (double)(i / 7 + 2); ^ cmpd_dset.c(973): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits s_ptr->m = (double)(i / 7 + 3); ^ cmpd_dset.c(974): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits s_ptr->n = (double)(i / 7 + 4); ^ cmpd_dset.c(1035): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->a = (int)(i * 8 + 0); ^ cmpd_dset.c(1036): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->b = (int)(i * 8 + 1); ^ cmpd_dset.c(1038): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->c[j] = (int)(i * 8 + j); ^ cmpd_dset.c(1039): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->d = (int)(i * 8 + 6); ^ cmpd_dset.c(1040): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits s_ptr->e = (int)(i * 8 + 7); ^ cmpd_dset.c(1042): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->f = (float)(i * 2 / 3); ^ cmpd_dset.c(1043): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->g = (float)(i * 2 / 3 + 1); ^ cmpd_dset.c(1045): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->h[j] = (float)(i * j / 5 + j); ^ cmpd_dset.c(1046): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->i = (float)(i * 2 / 3 + 2); ^ cmpd_dset.c(1047): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits s_ptr->j = (float)(i * 2 / 3 + 3); ^ cmpd_dset.c(1049): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits s_ptr->k = (double)(i / 7 + 1); ^ cmpd_dset.c(1050): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits s_ptr->l = (double)(i / 7 + 2); ^ cmpd_dset.c(1051): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits s_ptr->m = (double)(i / 7 + 3); ^ cmpd_dset.c(1052): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits s_ptr->n = (double)(i / 7 + 4); ^ cmpd_dset.c(1816): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrand((unsigned) time(NULL)); ^ CC filter_fail.o CC extend.o CC external.o external.c(153): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits data[j] = (int)(i * 25 + j); ^ CC efc.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from efc.c(20): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from efc.c(20): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from efc.c(20): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from efc.c(20): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from efc.c(20): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from efc.c(20): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from efc.c(20): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC objcopy.o CC links.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from objcopy.c(30): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from objcopy.c(30): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from objcopy.c(30): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from objcopy.c(30): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from objcopy.c(30): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from objcopy.c(30): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from objcopy.c(30): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ objcopy.c(5591): warning #3179: deprecated conversion of string literal to char* (should be const char*) buf.v = "ThisIsAString"; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links.c(38): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links.c(38): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links.c(38): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links.c(38): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links.c(38): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links.c(38): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links.c(38): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ links.c(10164): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "double" may lose significant bits if((double)filesize_filtered ^ links.c(10165): warning #2259: non-pointer conversion from "h5_stat_size_t={off_t={__off_t={long}}}" to "double" may lose significant bits > ((double)filesize_unfiltered * FILTER_FILESIZE_MAX_FRACTION)) ^ links.c(12401): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ links.c(12433): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = max_links / 2); ^ links.c(12497): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ links.c(12851): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ links.c(12883): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = max_links / 2); ^ links.c(12947): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "unsigned int" may lose significant bits iter_info->nskipped = (unsigned)(skip = 0); ^ CC unlink.o CC twriteorder.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from unlink.c(27): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from unlink.c(27): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from unlink.c(27): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from unlink.c(27): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from unlink.c(27): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from unlink.c(27): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from unlink.c(27): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ twriteorder.c(240): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits if ((ret_code=HDwrite(write_fd_g, &blkaddr, (size_t)SIZE_BLKADDR)) != SIZE_BLKADDR){ ^ twriteorder.c(271): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits if ((ret_code=HDwrite(write_fd_g, buffer, (size_t)blocksize_g)) != blocksize_g){ ^ twriteorder.c(279): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits if ((ret_code=HDwrite(write_fd_g, &blkaddr_old, (size_t)sizeof(blkaddr_old))) != sizeof(blkaddr_old)){ ^ twriteorder.c(307): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits if ((ret_code=HDread(read_fd, &blkaddr, (size_t)sizeof(blkaddr))) != sizeof(blkaddr)){ ^ twriteorder.c(320): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits if ((ret_code=HDread(read_fd, buffer, (size_t)blocksize_g)) != blocksize_g){ ^ unlink.c(2452): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrandom((unsigned)HDtime(NULL)); ^ CC big.o big.c(508): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits i = (int)HDstrtol(ln + 1, &s, 10); ^ CC mtime.o CC fillval.o fillval.c(940): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits odd += (int)(hs_offset[j]%2); ^ fillval.c(1442): warning #3179: deprecated conversion of string literal to char* (should be const char*) comp_vl_datatype init_val_c = {87, "baz", "mumble", 129}; ^ fillval.c(1442): warning #3179: deprecated conversion of string literal to char* (should be const char*) comp_vl_datatype init_val_c = {87, "baz", "mumble", 129}; ^ fillval.c(1552): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits odd += (unsigned)(hs_offset[j] % 2); ^ fillval.c(1593): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits odd += (unsigned)(hs_offset[j] % 2); ^ fillval.c(1632): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits odd += (unsigned)(hs_offset[j] % 2); ^ fillval.c(1673): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits odd += (unsigned)(hs_offset[j] % 2); ^ fillval.c(1766): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits odd += (unsigned)(hs_offset[j] % 2); ^ fillval.c(1845): warning #3179: deprecated conversion of string literal to char* (should be const char*) comp_vl_datatype fillval_c = {32, "foo", "bar", 64}; /* Fill value for compound+vl datatype tests */ ^ fillval.c(1845): warning #3179: deprecated conversion of string literal to char* (should be const char*) comp_vl_datatype fillval_c = {32, "foo", "bar", 64}; /* Fill value for compound+vl datatype tests */ ^ CC mount.o CC flush1.o In file included from ../src/H5Fprivate.h(31), from mount.c(21): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from mount.c(21): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from mount.c(21): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from mount.c(21): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from mount.c(21): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from mount.c(21): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from mount.c(21): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC flush2.o CC app_ref.o app_ref.c(104): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrand ((unsigned) HDtime (NULL)); ^ CC enum.o CC set_extent.o set_extent.c(151): warning #2259: non-pointer conversion from "time_t={__time_t={long}}" to "unsigned int" may lose significant bits HDsrandom((unsigned)HDtime(NULL)); ^ set_extent.c(2686): warning #3656: variable "min_unwritten_dims" may be used before its value is set if(old_dims[j] < min_unwritten_dims[j]) ^ set_extent.c(2932): warning #3656: variable "min_unwritten_dims" may be used before its value is set if(old_dims[j] < min_unwritten_dims[j]) ^ CC ttsafe.o CC ttsafe_dcreate.o CC ttsafe_error.o CC ttsafe_cancel.o CC ttsafe_acreate.o CC enc_dec_plist.o CC enc_dec_plist_cross_platform.o CC getname.o CC vfd.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from enc_dec_plist.c(19): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from enc_dec_plist.c(19): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from enc_dec_plist.c(19): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from enc_dec_plist.c(19): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from enc_dec_plist.c(19): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from enc_dec_plist.c(19): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from enc_dec_plist.c(19): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC ntypes.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from getname.c(29): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from getname.c(29): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from getname.c(29): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from getname.c(29): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from getname.c(29): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from getname.c(29): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from getname.c(29): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC dangle.o ntypes.c(1693): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits ((unsigned int *)t1->p)[k] = (unsigned int)(i * 100 + j * 10 + k); ^ ntypes.c(1907): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits (int)i, (int)HDstrlen(wdata[i]), (int)i, (int)HDstrlen(rdata[i])); ^ ntypes.c(1907): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits (int)i, (int)HDstrlen(wdata[i]), (int)i, (int)HDstrlen(rdata[i])); ^ ntypes.c(2030): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits (int)i, (int)HDstrlen(wdata[i]), (int)i, (int)HDstrlen(rdata[i])); ^ ntypes.c(2030): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits (int)i, (int)HDstrlen(wdata[i]), (int)i, (int)HDstrlen(rdata[i])); ^ ntypes.c(2326): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits if((int)H5Sget_select_npoints(sid2) != 36) ^ ntypes.c(2387): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits if((int)H5Sget_simple_extent_npoints(sid1) != 100) ^ ntypes.c(2403): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits if((int)H5Sget_select_npoints(sid2) != 36) ^ ntypes.c(2405): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits if((int)H5Sget_select_hyper_nblocks(sid2) != 1) ^ ntypes.c(2487): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits wbuf[i] = (unsigned char)0xff ^ (unsigned char)i; ^ ntypes.c(2590): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits intw[i] = (unsigned int)0xff << (unsigned int)((i*8)%32); ^ CC dtransform.o CC reserved.o CC cross_read.o CC freespace.o CC mf.o In file included from ../src/H5Fprivate.h(31), from ../src/H5FSprivate.h(32), from ../src/H5FSpkg.h(39), from freespace.c(20): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5FSprivate.h(32), from ../src/H5FSpkg.h(39), from freespace.c(20): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5FSprivate.h(32), from ../src/H5FSpkg.h(39), from freespace.c(20): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5FSprivate.h(32), from ../src/H5FSpkg.h(39), from freespace.c(20): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5FSprivate.h(32), from ../src/H5FSpkg.h(39), from freespace.c(20): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5FSprivate.h(32), from ../src/H5FSpkg.h(39), from freespace.c(20): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5FSprivate.h(32), from ../src/H5FSpkg.h(39), from freespace.c(20): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from ../src/H5MFpkg.h(30), from mf.c(27): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from ../src/H5MFpkg.h(30), from mf.c(27): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from ../src/H5MFpkg.h(30), from mf.c(27): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from ../src/H5MFpkg.h(30), from mf.c(27): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from ../src/H5MFpkg.h(30), from mf.c(27): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from ../src/H5MFpkg.h(30), from mf.c(27): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5MFprivate.h(28), from ../src/H5MFpkg.h(30), from mf.c(27): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ mf.c(6095): warning #177: function "test_mf_fs_persist_split" was declared but never referenced test_mf_fs_persist_split(void) ^ mf.c(6408): warning #177: function "test_mf_fs_persist_multi" was declared but never referenced test_mf_fs_persist_multi(void) ^ CC vds.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from vds.c(20): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from vds.c(20): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from vds.c(20): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from vds.c(20): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from vds.c(20): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from vds.c(20): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from vds.c(20): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ vds.c(6788): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits if((j < (int)start[1]) || (j >= (int)(start[1] + count[1]))) { ^ CC file_image.o CC unregister.o In file included from ../src/H5Fprivate.h(31), from file_image.c(23): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from file_image.c(23): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from file_image.c(23): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from file_image.c(23): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from file_image.c(23): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from file_image.c(23): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from file_image.c(23): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC cache_logging.o CC cork.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from cork.c(29): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from cork.c(29): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from cork.c(29): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from cork.c(29): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from cork.c(29): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from cork.c(29): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5Cpkg.h(37), from cork.c(29): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC swmr.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from swmr.c(38): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from swmr.c(38): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from swmr.c(38): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from swmr.c(38): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from swmr.c(38): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from swmr.c(38): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from swmr.c(38): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC error_test.o CC err_compat.o error_test.c(355): warning #2259: non-pointer conversion from "unsigned long" to "char" may lose significant bits long_desc[u] = (char)('A' + (u % 26)); ^ CC tcheck_version.o CC testmeta.o CC accum_swmr_reader.o CC atomic_writer.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum_swmr_reader.c(18): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum_swmr_reader.c(18): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum_swmr_reader.c(18): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum_swmr_reader.c(18): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum_swmr_reader.c(18): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum_swmr_reader.c(18): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Fpkg.h(30), from accum_swmr_reader.c(18): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC atomic_reader.o CC links_env.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links_env.c(22): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links_env.c(22): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links_env.c(22): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links_env.c(22): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links_env.c(22): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links_env.c(22): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Gpkg.h(30), from links_env.c(22): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC flushrefresh.o CC use_append_chunk.o flushrefresh.c(13): warning #9: nested comment is not allowed /* ^ CC use_common.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_common.c(26): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_common.c(26): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_common.c(26): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_common.c(26): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_common.c(26): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_common.c(26): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_common.c(26): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CC use_append_mchunks.o CC use_disable_mdc_flushes.o CC swmr_generator.o CC swmr_start_write.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_disable_mdc_flushes.c(29): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_disable_mdc_flushes.c(29): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_disable_mdc_flushes.c(29): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_disable_mdc_flushes.c(29): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_disable_mdc_flushes.c(29): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_disable_mdc_flushes.c(29): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from ../src/H5Dpkg.h(30), from use_disable_mdc_flushes.c(29): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ use_disable_mdc_flushes.c(417): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "short" may lose significant bits *bufptr++ = i; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from swmr_generator.c(36): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from swmr_generator.c(36): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from swmr_generator.c(36): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from swmr_generator.c(36): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from swmr_generator.c(36): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from swmr_generator.c(36): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Opkg.h(22), from swmr_generator.c(36): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ swmr_start_write.c(232): warning #177: function "create_close_datasets" was declared but never referenced create_close_datasets(hid_t fid, int comp_level, hbool_t verbose, FILE *verbose_file) ^ swmr_start_write.c(354): warning #177: function "open_datasets" was declared but never referenced open_datasets(hid_t fid, hbool_t verbose, FILE *verbose_file) ^ swmr_start_write.c(306): warning #177: function "open_file" was declared but never referenced open_file(const char *filename, hbool_t verbose, FILE *verbose_file) ^ CC swmr_reader.o CC swmr_writer.o CC swmr_remove_reader.o CC swmr_remove_writer.o CC swmr_addrem_writer.o CC swmr_sparse_reader.o swmr_sparse_reader.c(118): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) HDfprintf(stderr, "Symbol = '%s', location = %lld\n", symbol->name, (long long)start); ^ swmr_sparse_reader.c(129): warning #1684: conversion from pointer to same-sized integral type (potential portability problem) HDfprintf(stderr, "Symbol = '%s', location = %lld, record->rec_id = %llu\n", symbol->name, (long long)start, (unsigned long long)record->rec_id); ^ CC swmr_sparse_writer.o CC swmr_check_compat_vfd.o CC vds_swmr_gen.o vds_swmr_gen.c(106): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits map_start += PLANES[i][1]; ^ CC vds_swmr_reader.o CC vds_swmr_writer.o CC plugin.o vds_swmr_reader.c(45): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits n_elements = VDS_PLANE[1] * VDS_PLANE[2]; ^ vds_swmr_reader.c(35): warning #177: variable "has_errors" was declared but never referenced hbool_t has_errors = FALSE;/* if the read data contains errors */ ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Zprivate.h(25), from ../src/H5Zpkg.h(22), from plugin.c(28): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Zprivate.h(25), from ../src/H5Zpkg.h(22), from plugin.c(28): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Zprivate.h(25), from ../src/H5Zpkg.h(22), from plugin.c(28): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Zprivate.h(25), from ../src/H5Zpkg.h(22), from plugin.c(28): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Zprivate.h(25), from ../src/H5Zpkg.h(22), from plugin.c(28): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Zprivate.h(25), from ../src/H5Zpkg.h(22), from plugin.c(28): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Bprivate.h(34), from ../src/H5Gprivate.h(33), from ../src/H5Tprivate.h(28), from ../src/H5Zprivate.h(25), from ../src/H5Zpkg.h(22), from plugin.c(28): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CCLD libdynlib1.la H5srcdir.h(52): warning #177: function "H5_get_srcdir_filename" was declared but never referenced static const char *H5_get_srcdir_filename(const char *filename) ^ CCLD libdynlib2.la CCLD libdynlib3.la CCLD libdynlib4.la CCLD libh5test.la CCLD testhdf5 CCLD cache CCLD cache_api CCLD cache_image CCLD cache_tagging CCLD lheap CCLD ohdr CCLD stab CCLD gheap CCLD evict_on_close CCLD farray CCLD earray CCLD btree2 CCLD fheap CCLD pool CCLD accum CCLD hyperslab CCLD istore CCLD bittests CCLD dt_arith CCLD page_buffer CCLD dtypes CCLD dsets CCLD cmpd_dset CCLD filter_fail CCLD extend CCLD external CCLD efc CCLD objcopy CCLD links CCLD unlink CCLD twriteorder CCLD big CCLD mtime CCLD fillval CCLD mount CCLD flush1 CCLD flush2 CCLD app_ref CCLD enum CCLD set_extent CCLD ttsafe CCLD enc_dec_plist CCLD enc_dec_plist_cross_platform CCLD getname CCLD vfd CCLD ntypes CCLD dangle CCLD dtransform CCLD reserved CCLD cross_read CCLD freespace CCLD mf CCLD file_image CCLD unregister CCLD cache_logging CCLD cork CCLD swmr CCLD error_test CCLD err_compat CCLD tcheck_version CCLD testmeta CCLD accum_swmr_reader CCLD atomic_writer CCLD atomic_reader CCLD links_env CCLD flushrefresh CCLD use_append_chunk CCLD use_append_mchunks CCLD use_disable_mdc_flushes CCLD swmr_generator CCLD swmr_start_write CCLD swmr_reader CCLD swmr_writer CCLD swmr_remove_reader CCLD swmr_remove_writer CCLD swmr_addrem_writer CCLD swmr_sparse_reader CCLD swmr_sparse_writer CCLD swmr_check_compat_vfd CCLD vds_swmr_gen CCLD vds_swmr_reader CCLD vds_swmr_writer CCLD plugin CCLD vds make[1]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/test' Making all in testpar make[1]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/testpar' CC t_mpi.o CC testphdf5.o CC t_file.o t_mpi.c(97): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits buf[i] = (unsigned char)(mpi_off+i); ^ t_mpi.c(144): warning #2259: non-pointer conversion from "long long" to "unsigned char" may lose significant bits expected = (unsigned char)(mpi_off+i); ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from t_file.c(20): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from t_file.c(20): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from t_file.c(20): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from t_file.c(20): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from t_file.c(20): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from t_file.c(20): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5PBprivate.h(33), from t_file.c(20): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ t_mpi.c(311): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *(buf+j) = i*mpi_size + mpi_rank; ^ t_mpi.c(353): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits expected = i*mpi_size + (mpi_size - mpi_rank - 1); ^ t_mpi.c(526): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits writedata[i] = irank*DIMSIZE + i; ^ t_mpi.c(598): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits expect_val = irank*DIMSIZE + i; ^ t_mpi.c(698): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits buf[i] = i+1; ^ t_dset.c(181): warning #2259: non-pointer conversion from "unsigned long long" to "DATATYPE={int}" may lose significant bits *dataptr = (DATATYPE)((i+start[0])*100 + (j+start[1]+1)); ^ t_file.c(122): warning #177: variable "fapl_self" was declared but never referenced hid_t fcpl, fapl, fapl_self; ^ t_file.c(123): warning #177: variable "dxpl_id" was declared but never referenced hid_t dxpl_id = H5P_DATASET_XFER_DEFAULT; ^ t_dset.c(562): warning #177: variable "i" was declared but never referenced int i; ^ t_dset.c(1093): warning #177: variable "current_dims" was declared but never referenced hsize_t current_dims; /* for point selection */ ^ t_dset.c(1837): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits written[i] = orig_size + i; ^ t_dset.c(3669): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits length = dims[0] * dims[1]; ^ CC t_file_image.o t_dset.c(3478): warning #177: variable "coord" was declared but never referenced hsize_t coord[NELM][RANK]; ^ t_dset.c(3980): warning #592: variable "test_name" is used before its value is set sprintf(message, "Local cause of Broken Collective I/O has the correct value for %s.\n",test_name); ^ t_dset.c(4345): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits k += dim1 - mpi_rank*(block[1]+1); ^ t_dset.c(3795): warning #177: function "test_no_collective_cause_mode_filter" was declared but never referenced test_no_collective_cause_mode_filter(int selection_mode) ^ CC t_mdset.o t_mdset.c(372): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "int" may lose significant bits nelem = H5Sget_simple_extent_npoints(sid); ^ CC t_ph5basic.o CC t_coll_chunk.o CC t_span_tree.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from t_coll_chunk.c(15): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from t_coll_chunk.c(15): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from t_coll_chunk.c(15): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from t_coll_chunk.c(15): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from t_coll_chunk.c(15): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from t_coll_chunk.c(15): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5Oprivate.h(37), from ../src/H5Dprivate.h(25), from t_coll_chunk.c(15): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ t_coll_chunk.c(623): warning #177: variable "i" was declared but never referenced int i; ^ t_coll_chunk.c(1180): warning #2259: non-pointer conversion from "unsigned long long" to "DATATYPE={int}" may lose significant bits *dataptr = (DATATYPE)(k1+k2+i+j); ^ t_span_tree.c(2298): warning #2259: non-pointer conversion from "unsigned long long" to "uint32_t={unsigned int}" may lose significant bits expected_value = (uint32_t) ^ t_span_tree.c(2324): warning #266: function "H5S_select_shape_same_test" declared implicitly check = H5S_select_shape_same_test(mem_large_ds_sid, ^ t_span_tree.c(2348): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits start_index = (int)((large_sel_start[0] * large_dims[1] * large_dims[2] * ^ t_span_tree.c(2469): warning #2259: non-pointer conversion from "unsigned long long" to "uint32_t={unsigned int}" may lose significant bits expected_value = (uint32_t) ^ CC t_chunk_alloc.o CC t_filter_read.o CC t_prop.o t_filter_read.c(96): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits points[i * size[1]+j] = (int)(i+j+7); ^ t_filter_read.c(218): warning #177: variable "fletcher32_size" was declared but never referenced hsize_t fletcher32_size; /* Size of dataset with Fletcher32 checksum */ ^ CC t_cache.o CC t_cache_image.o CC t_pflush1.o In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from t_prop.c(19): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from t_prop.c(19): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from t_prop.c(19): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from t_prop.c(19): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from t_prop.c(19): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from t_prop.c(19): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from t_prop.c(19): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5ACpkg.h(37), from t_cache.c(26): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5ACpkg.h(37), from t_cache.c(26): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5ACpkg.h(37), from t_cache.c(26): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5ACpkg.h(37), from t_cache.c(26): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5ACpkg.h(37), from t_cache.c(26): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5ACpkg.h(37), from t_cache.c(26): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../src/H5ACpkg.h(37), from t_cache.c(26): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../test/cache_common.h(27), from t_cache_image.c(23): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../test/cache_common.h(27), from t_cache_image.c(23): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../test/cache_common.h(27), from t_cache_image.c(23): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../test/cache_common.h(27), from t_cache_image.c(23): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../test/cache_common.h(27), from t_cache_image.c(23): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../test/cache_common.h(27), from t_cache_image.c(23): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Cprivate.h(35), from ../src/H5ACprivate.h(33), from ../test/cache_common.h(27), from t_cache_image.c(23): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ t_cache.c(1623): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits reply.len = data[target_index].len; ^ t_cache.c(1845): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits reply.len = data[target_index].len; ^ t_cache.c(2201): warning #2259: non-pointer conversion from "long" to "unsigned int" may lose significant bits reply.count = (long)(data[target_index].reads); ^ t_cache.c(2641): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits mssg.len = entry_ptr->len; ^ t_cache.c(2797): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits mssg.len = entry_ptr->len; ^ t_cache.c(5236): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits mssg.len = data[world_mpi_rank].len; ^ t_cache.c(5341): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits mssg.len = data[world_mpi_rank].len; ^ t_pflush1.c(82): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "double" may lose significant bits the_data[i][j] = (double)(hssize_t)i/(hssize_t)(j+1); ^ CC t_pflush2.o CC t_pshutdown.o t_pflush2.c(78): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "double" may lose significant bits error = fabs(the_data[i][j]-(double)(hssize_t)i/((hssize_t)j+1)); ^ t_pflush2.c(84): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "double" may lose significant bits (double)(hssize_t)i/(hssize_t)(j+1)); ^ CC t_prestart.o CC t_init_term.o CC t_shapesame.o CCLD t_mpi CCLD testphdf5 In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from t_shapesame.c(28): ../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from t_shapesame.c(28): ../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from t_shapesame.c(28): ../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from t_shapesame.c(28): ../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from t_shapesame.c(28): ../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from t_shapesame.c(28): ../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../src/H5Fprivate.h(31), from ../src/H5Sprivate.h(28), from ../src/H5Spkg.h(29), from t_shapesame.c(28): ../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ t_shapesame.c(1250): warning #2259: non-pointer conversion from "unsigned long" to "uint32_t={unsigned int}" may lose significant bits expected_value = (uint32_t) ^ t_shapesame.c(1916): warning #2259: non-pointer conversion from "unsigned long" to "uint32_t={unsigned int}" may lose significant bits expected_value = (uint32_t) ^ t_shapesame.c(2233): warning #1418: external function definition with no prior declaration contig_hs_dr_pio_test(ShapeSameTestMethods sstest_type) ^ t_shapesame.c(3450): warning #2259: non-pointer conversion from "unsigned long" to "uint32_t={unsigned int}" may lose significant bits (uint32_t)((size_t)(tv_ptr->mpi_rank) * tv_ptr->small_ds_slice_size); ^ t_shapesame.c(4206): warning #2259: non-pointer conversion from "unsigned long" to "uint32_t={unsigned int}" may lose significant bits (uint32_t)((size_t)(tv_ptr->mpi_rank) * tv_ptr->small_ds_slice_size); ^ CCLD t_cache_image CCLD t_pflush1 CCLD t_pflush2 CCLD t_pshutdown CCLD t_prestart CCLD t_init_term CCLD t_cache CCLD t_shapesame make[1]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/testpar' Making all in tools make[1]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools' Making all in lib make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/lib' CC h5tools.lo CC h5tools_dump.lo CC h5tools_utils.lo h5tools_str.c(911): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned char" may lose significant bits tempuchar = (unsigned char)((unsigned long long)(tempuchar >> packed_data_offset) & packed_data_mask); ^ h5tools_str.c(923): warning #2259: non-pointer conversion from "unsigned long long" to "signed char" may lose significant bits tempchar = (signed char)((unsigned long long)(tempchar >> packed_data_offset) & packed_data_mask); ^ h5tools_str.c(937): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits tempuint = (unsigned)((tempuint >> packed_data_offset) & packed_data_mask); ^ h5tools_str.c(949): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits tempint = (int)((unsigned long long)(tempint >> packed_data_offset) & packed_data_mask); ^ h5tools_str.c(963): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned short" may lose significant bits tempushort = (unsigned short)((unsigned long long)(tempushort >> packed_data_offset) & packed_data_mask); ^ h5tools_str.c(975): warning #2259: non-pointer conversion from "unsigned long long" to "short" may lose significant bits tempshort = (short)((unsigned long long)(tempshort >> packed_data_offset) & packed_data_mask); ^ h5tools_str.c(984): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&tempulong, vp, sizeof(unsigned long)); ^ h5tools_str.c(996): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&templong, vp, sizeof(long)); ^ h5tools_str.c(1085): warning #2332: a value of type "const struct H5LD_memb_t *const *" cannot be assigned to an entity of type "struct H5LD_memb_t **" (dropping qualifiers) ctx->cmpd_listv = info->cmpd_listv; ^ h5tools_dump.c(1488): warning #2332: a value of type "const struct H5LD_memb_t *const *" cannot be assigned to an entity of type "struct H5LD_memb_t **" (dropping qualifiers) ctx->cmpd_listv = info->cmpd_listv; ^ h5tools_dump.c(2685): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits nchars = (int)HDstrlen(name[i]); ^ h5tools_dump.c(3084): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits ratio = (double) uncomp_size / (double) storage_size; ^ h5tools_dump.c(3084): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits ratio = (double) uncomp_size / (double) storage_size; ^ CC h5diff.lo h5diff.c(1032): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits c1 = (match_list->objs[u].flags[0]) ? 'x' : ' '; ^ h5diff.c(1033): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits c2 = (match_list->objs[u].flags[1]) ? 'x' : ' '; ^ CC h5diff_array.lo h5diff_array.c(1671): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_long, mem1, sizeof(long)); ^ h5diff_array.c(1672): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_long, mem2, sizeof(long)); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1690): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1720): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(1771): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ulong, mem1, sizeof(unsigned long)); ^ h5diff_array.c(1772): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ulong, mem2, sizeof(unsigned long)); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1790): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(1819): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(4802): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_long, mem1, sizeof(long)); ^ h5diff_array.c(4803): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_long, mem2, sizeof(long)); ^ h5diff_array.c(4827): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_long, mem1, sizeof(long)); ^ h5diff_array.c(4828): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_long, mem2, sizeof(long)); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4830): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4867): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_long, mem1, sizeof(long)); ^ h5diff_array.c(4868): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_long, mem2, sizeof(long)); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4870): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits PER(temp1_long,temp2_long); ^ h5diff_array.c(4906): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_long, mem1, sizeof(long)); ^ h5diff_array.c(4907): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_long, mem2, sizeof(long)); ^ h5diff_array.c(4972): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ulong, mem1, sizeof(unsigned long)); ^ h5diff_array.c(4973): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ulong, mem2, sizeof(unsigned long)); ^ h5diff_array.c(4997): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ulong, mem1, sizeof(unsigned long)); ^ h5diff_array.c(4998): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ulong, mem2, sizeof(unsigned long)); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5000): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5036): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ulong, mem1, sizeof(unsigned long)); ^ h5diff_array.c(5037): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ulong, mem2, sizeof(unsigned long)); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "signed long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5039): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits PER_UNSIGN(signed long,temp1_ulong,temp2_ulong); ^ h5diff_array.c(5074): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ulong, mem1, sizeof(unsigned long)); ^ h5diff_array.c(5075): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ulong, mem2, sizeof(unsigned long)); ^ h5diff_array.c(5136): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_llong, mem1, sizeof(long long)); ^ h5diff_array.c(5137): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_llong, mem2, sizeof(long long)); ^ h5diff_array.c(5160): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_llong, mem1, sizeof(long long)); ^ h5diff_array.c(5161): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_llong, mem2, sizeof(long long)); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5163): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5197): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_llong, mem1, sizeof(long long)); ^ h5diff_array.c(5198): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_llong, mem2, sizeof(long long)); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5200): warning #2259: non-pointer conversion from "long long" to "double" may lose significant bits PER(temp1_llong,temp2_llong); ^ h5diff_array.c(5233): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_llong, mem1, sizeof(long long)); ^ h5diff_array.c(5234): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_llong, mem2, sizeof(long long)); ^ h5diff_array.c(5296): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ullong, mem1, sizeof(unsigned long long)); ^ h5diff_array.c(5297): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ullong, mem2, sizeof(unsigned long long)); ^ h5diff_array.c(5320): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ullong, mem1, sizeof(unsigned long long)); ^ h5diff_array.c(5321): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ullong, mem2, sizeof(unsigned long long)); ^ h5diff_array.c(5359): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ullong, mem1, sizeof(unsigned long long)); ^ h5diff_array.c(5360): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ullong, mem2, sizeof(unsigned long long)); ^ h5diff_array.c(5397): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp1_ullong, mem1, sizeof(unsigned long long)); ^ h5diff_array.c(5398): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&temp2_ullong, mem2, sizeof(unsigned long long)); ^ h5diff_array.c(5453): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(buf, &ull_value, src_size); ^ CC h5diff_attr.lo h5diff_attr.c(268): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits c1 = (table_lp->attrs[i].exist[0]) ? 'x' : ' '; ^ h5diff_attr.c(269): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits c2 = (table_lp->attrs[i].exist[1]) ? 'x' : ' '; ^ CC h5diff_dset.lo CC h5diff_util.lo CC h5trav.lo CC h5tools_filters.lo h5tools_filters.c(172): warning #1946: trigraph detected and converted /* filter present but neither encode nor decode is supported (???) */ ^ h5tools_filters.c(182): warning #1946: trigraph detected and converted /* encoder only: write but not read (???) */ ^ CC h5tools_ref.lo CC h5tools_type.lo CC io_timer.lo io_timer.c(55): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits return (((double)a->tv_sec + ^ io_timer.c(56): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)a->tv_usec) / (double)MICROSECOND) - ^ io_timer.c(57): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits ((double)b->tv_sec + ^ io_timer.c(58): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)b->tv_usec) / (double)MICROSECOND)); ^ CCLD libh5tools.la make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/lib' Making all in src make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src' Making all in h5diff make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5diff' CC h5diff_main.o CC h5diff_common.o CC ph5diff_main.o CCLD h5diff make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5diff' Making all in h5ls make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5ls' CC h5ls.o h5ls.c(1915): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits utilization = ((double)total * (double)100.0f) / (double)used; ^ h5ls.c(1915): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits utilization = ((double)total * (double)100.0f) / (double)used; ^ h5ls.c(2465): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits width = (int)HDstrtol(s, NULL, 0); ^ h5ls.c(2659): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits width_g = (int)HDstrtol(argv[argno]+8, &rest, 0); ^ h5ls.c(2674): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits width_g = (int)HDstrtol(s, &rest, 0); ^ h5ls.c(2695): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits width_g = (int)HDstrtol(s, &rest, 0); ^ CCLD h5ls make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5ls' Making all in h5dump make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5dump' CC h5dump.o CC h5dump_xml.o h5dump_ddl.c(1345): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits j = (int)HDstrlen(op_name) - 1; ^ h5dump_ddl.c(1561): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits j = (int)HDstrlen(attr) - 1; ^ h5dump_xml.c(3026): warning #2312: pointer cast involving 64-bit pointed-to type refbuf = (hobj_ref_t *) buf; ^ CCLD h5dump make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5dump' Making all in misc make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/misc' CC h5debug.o CC h5mkgrp.o In file included from ../../../src/H5Fprivate.h(31), from ../../../src/H5Bprivate.h(34), from ../../../src/H5Gprivate.h(33), from ../../../src/H5Aprivate.h(24), from ../../../src/H5Apkg.h(37), from h5debug.c(39): ../../../src/H5VMprivate.h(395): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((ttt = (unsigned)(n >> 32))) ^ In file included from ../../../src/H5Fprivate.h(31), from ../../../src/H5Bprivate.h(34), from ../../../src/H5Gprivate.h(33), from ../../../src/H5Aprivate.h(24), from ../../../src/H5Apkg.h(37), from h5debug.c(39): ../../../src/H5VMprivate.h(396): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 48))) ^ In file included from ../../../src/H5Fprivate.h(31), from ../../../src/H5Bprivate.h(34), from ../../../src/H5Gprivate.h(33), from ../../../src/H5Aprivate.h(24), from ../../../src/H5Apkg.h(37), from h5debug.c(39): ../../../src/H5VMprivate.h(397): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 56)) ? 56 + (unsigned)LogTable256[t] : 48 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../../../src/H5Fprivate.h(31), from ../../../src/H5Bprivate.h(34), from ../../../src/H5Gprivate.h(33), from ../../../src/H5Aprivate.h(24), from ../../../src/H5Apkg.h(37), from h5debug.c(39): ../../../src/H5VMprivate.h(399): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 40)) ? 40 + (unsigned)LogTable256[t] : 32 + (unsigned)LogTable256[ttt & 0xFF]; ^ In file included from ../../../src/H5Fprivate.h(31), from ../../../src/H5Bprivate.h(34), from ../../../src/H5Gprivate.h(33), from ../../../src/H5Aprivate.h(24), from ../../../src/H5Apkg.h(37), from h5debug.c(39): ../../../src/H5VMprivate.h(401): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits if((tt = (unsigned)(n >> 16))) ^ In file included from ../../../src/H5Fprivate.h(31), from ../../../src/H5Bprivate.h(34), from ../../../src/H5Gprivate.h(33), from ../../../src/H5Aprivate.h(24), from ../../../src/H5Apkg.h(37), from h5debug.c(39): ../../../src/H5VMprivate.h(402): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 24)) ? 24 + (unsigned)LogTable256[t] : 16 + (unsigned)LogTable256[tt & 0xFF]; ^ In file included from ../../../src/H5Fprivate.h(31), from ../../../src/H5Bprivate.h(34), from ../../../src/H5Gprivate.h(33), from ../../../src/H5Aprivate.h(24), from ../../../src/H5Apkg.h(37), from h5debug.c(39): ../../../src/H5VMprivate.h(405): warning #2259: non-pointer conversion from "uint64_t={unsigned long}" to "unsigned int" may lose significant bits r = (t = (unsigned)(n >> 8)) ? 8 + (unsigned)LogTable256[t] : (unsigned)LogTable256[(uint8_t)n]; ^ CCLD h5clear CCLD h5mkgrp CCLD h5repart CCLD h5debug make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/misc' Making all in h5import make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5import' CC h5import.o h5import.c(205): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits if (getInputSize(in, (int) HDstrtol(argv[i], NULL, BASE_10)) == -1) { ^ h5import.c(571): warning #2312: pointer cast involving 64-bit pointed-to type if (HDfread((char *) in64, sizeof(H5DT_INT64), 1, strm) != 1) { ^ h5import.c(712): warning #2312: pointer cast involving 64-bit pointed-to type if (HDfread((char *) in64, sizeof(H5DT_UINT64), 1, strm) != 1) { ^ h5import.c(1440): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits ival = (int)HDstrtol(more, &more, 10); ^ CCLD h5import make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5import' Making all in h5repack make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5repack' CC h5repack.lo CC h5repack_opttable.lo CC h5repack_filters.lo h5repack_filters.c(53): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits result = (int)(pdest - name); ^ h5repack_copy.c(1150): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits ratio = (double) dsize_in / (double) dsize_out; ^ h5repack_copy.c(1150): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits ratio = (double) dsize_in / (double) dsize_out; ^ CC h5repack_parse.lo CC h5repack_refs.lo CC h5repack_verify.lo h5repack_parse.c(232): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits filt->cd_values[j++] = (unsigned)HDstrtoul(stype, NULL, 0); ^ h5repack_parse.c(268): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits filt->cd_values[j++] = (unsigned) HDstrtoul(stype, NULL, 0); ^ h5repack_refs.c(166): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits buf = (hobj_ref_t *)HDmalloc((unsigned)(nelmts * msize)); ^ h5repack_refs.c(243): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits buf = (hdset_reg_ref_t *)HDmalloc((unsigned)(nelmts * msize)); ^ h5repack_refs.c(601): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits buf = (hobj_ref_t *)HDmalloc((unsigned)(nelmts * msize)); ^ h5repack_refs.c(624): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits buf = (hdset_reg_ref_t *)HDmalloc((unsigned)(nelmts * msize)); ^ h5repack_refs.c(653): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits buf = (hvl_t *)HDmalloc((unsigned)(nelmts * sizeof(hvl_t))); ^ h5repack_refs.c(673): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&(ptr[j]), &ref_out, msize); ^ h5repack_refs.c(673): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(&(ptr[j]), &ref_out, msize); ^ h5repack_refs.c(693): warning #2259: non-pointer conversion from "unsigned long long" to "unsigned int" may lose significant bits buf = HDmalloc((unsigned)(nelmts * msize)); ^ h5repack_refs.c(711): warning #2312: pointer cast involving 64-bit pointed-to type if (update_ref_value(attr_id, H5R_OBJECT, (hobj_ref_t *)(((char *)buf)+idx), fidout, &ref_out, travt)<0) ^ h5repack_refs.c(713): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(((char *)buf)+idx, &ref_out, ref_comp_size[j]); ^ CC h5repack_main.o CCLD libh5repack.la CCLD h5repack make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5repack' Making all in h5jam make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5jam' CC h5jam.o CC h5unjam.o CCLD h5unjam CCLD h5jam make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5jam' Making all in h5copy make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5copy' CC h5copy.o CCLD h5copy make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5copy' Making all in h5format_convert make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5format_convert' CC h5format_convert.o CCLD h5format_convert make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5format_convert' Making all in h5stat make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5stat' CC h5stat.o h5stat.c(1576): warning #2259: non-pointer conversion from "const hsize_t={unsigned long long}" to "double" may lose significant bits percent = ((double)iter->free_space / (double)iter->filesize) * (double)100.0f; ^ h5stat.c(1576): warning #2259: non-pointer conversion from "const hsize_t={unsigned long long}" to "double" may lose significant bits percent = ((double)iter->free_space / (double)iter->filesize) * (double)100.0f; ^ CCLD h5stat make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src/h5stat' make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src' make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/src' Making all in test make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test' Making all in h5diff make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5diff' CC dynlib_diff.lo CC h5diffgentest.o h5diffgentest.c(3771): warning #3179: deprecated conversion of string literal to char* (should be const char*) "1 - Variable length string Array", ^ h5diffgentest.c(3772): warning #3179: deprecated conversion of string literal to char* (should be const char*) "2 - Testing variable length string array in compound type", ^ h5diffgentest.c(3773): warning #3179: deprecated conversion of string literal to char* (should be const char*) "3 - Four score and seven\n years ago our forefathers brought forth on this continent a new nation," ^ h5diffgentest.c(6824): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits dbuf[jj] = (double)jj; ^ dynlib_diff.c(72): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *int_ptr = temp - MULTIPLIER; ^ dynlib_diff.c(81): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *int_ptr = temp + MULTIPLIER; ^ CCLD libdynlibdiff.la CCLD h5diffgentest make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5diff' Making all in h5ls make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5ls' CC dynlib_ls.lo dynlib_ls.c(72): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *int_ptr = temp - MULTIPLIER; ^ dynlib_ls.c(81): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *int_ptr = temp + MULTIPLIER; ^ CCLD libdynlibls.la make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5ls' Making all in h5dump make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5dump' CC dynlib_dump.lo CC h5dumpgentest.o CC binread.o CCLD binread h5dumpgentest.c(1637): warning #2259: non-pointer conversion from "unsigned long long" to "double" may lose significant bits dset1[j].c[i3][i2][i1][i0] = (double)((hsize_t)i0 + (hsize_t)j + sdim); ^ h5dumpgentest.c(2565): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits buf[i] = (unsigned char)0xff ^ (unsigned char)i; ^ h5dumpgentest.c(2579): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits buf[i] = (unsigned char)0xff ^ (unsigned char)i; ^ dynlib_dump.c(72): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *int_ptr = temp - MULTIPLIER; ^ dynlib_dump.c(81): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *int_ptr = temp + MULTIPLIER; ^ h5dumpgentest.c(5546): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits ret = H5Pset_scaleoffset(dcpl,H5Z_SO_INT,(int)H5Tget_size(H5T_NATIVE_INT)); ^ h5dumpgentest.c(6399): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits buf=(char *) HDmalloc((unsigned)(nelmts*size)); ^ h5dumpgentest.c(9742): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits buf[i] = (unsigned char)0xff ^ (unsigned char)i; ^ h5dumpgentest.c(9757): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits buf2[i] = (unsigned int)0xffff ^ (unsigned int)(i * 16); ^ h5dumpgentest.c(9807): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits buf[i] = (unsigned char)0xff ^ (unsigned char)i; ^ h5dumpgentest.c(9823): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits buf2[i] = (unsigned int)0xffff ^ (unsigned int)(i * 16); ^ h5dumpgentest.c(9846): warning #2259: non-pointer conversion from "int" to "unsigned char" may lose significant bits buf5[i].a = (unsigned char)0xff ^ (unsigned char)i; ^ h5dumpgentest.c(9847): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits buf5[i].b = (unsigned int)0xffff ^ (unsigned int)(i * 16); ^ h5dumpgentest.c(10100): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits buf[i].a[j] = (unsigned int)(j + i*10); ^ h5dumpgentest.c(10102): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits buf[i].b[j] = (int)(j - i*10); ^ h5dumpgentest.c(10105): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits buf[i].c[j][k] = (float)(j + k + i*10) + (float)(j) * 0.1F; ^ h5dumpgentest.c(10105): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "float" may lose significant bits buf[i].c[j][k] = (float)(j + k + i*10) + (float)(j) * 0.1F; ^ h5dumpgentest.c(10108): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits buf[i].d.nested_a = (double) i; ^ h5dumpgentest.c(10116): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "float" may lose significant bits buf[i].e.a = (float) i; ^ h5dumpgentest.c(10119): warning #2259: non-pointer conversion from "unsigned long" to "unsigned int" may lose significant bits buf[i].e.b.multiple_nested_a[j] = (unsigned int)(j + i*10); ^ h5dumpgentest.c(10120): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits buf[i].e.b.multiple_nested_b[j] = (int)(j - i*10); ^ h5dumpgentest.c(10130): warning #2259: non-pointer conversion from "unsigned long" to "short" may lose significant bits buf[i].e.c.deep_nest.deep_nested_short[j] = (short)(j + i*10); ^ h5dumpgentest.c(10131): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits buf[i].e.c.deep_nest.deep_nested_int[j] = (int)(j - i*10); ^ h5dumpgentest.c(10133): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits buf[i].e.c.deep_nest.deep_nested_double[j] = (double)(j + i*10); ^ h5dumpgentest.c(10134): warning #2259: non-pointer conversion from "unsigned long" to "float" may lose significant bits buf[i].e.c.deep_nest.deep_nested_float[j] = (float)(j + i*10); ^ h5dumpgentest.c(10320): warning #177: variable "tid" was declared but never referenced hid_t tid; /* datatype ID */ ^ h5dumpgentest.c(10417): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *int_ptr = temp - MULTIPLIER; ^ h5dumpgentest.c(10426): warning #2259: non-pointer conversion from "int" to "char" may lose significant bits *int_ptr = temp + MULTIPLIER; ^ CCLD libdynlibdump.la CCLD h5dumpgentest make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5dump' Making all in misc make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/misc' Making all in vds make[4]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/misc/vds' CC UC_1_one_dim_gen.o CC UC_2_two_dims_gen.o CC UC_4_printf_gen.o CC UC_5_stride_gen.o CCLD UC_1_one_dim_gen CCLD UC_3_gaps_gen CCLD UC_2_two_dims_gen CCLD UC_4_printf_gen CCLD UC_5_stride_gen make[4]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/misc/vds' make[4]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/misc' CC h5repart_gentest.o CC h5clear_gentest.o CC talign.o talign.c(153): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits mname ? mname : "(null)", (int)H5Tget_member_offset(fix,0), ^ talign.c(163): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits mname ? mname : "(null)", (int)H5Tget_member_offset(fix,1), ^ talign.c(173): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int" may lose significant bits mname ? mname : "(null)", (int)H5Tget_member_offset(fix,2), ^ CC clear_open_chk.o CCLD h5repart_gentest CCLD repart_test CCLD h5clear_gentest CCLD talign CCLD clear_open_chk make[4]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/misc' make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/misc' Making all in h5import make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5import' CC h5importtest.o CCLD h5importtest make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5import' Making all in h5repack make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5repack' CC dynlib_rpk.lo CC h5repacktst.o CC testh5repack_detect_szip.o CCLD testh5repack_detect_szip h5repacktst.c(3755): warning #2259: non-pointer conversion from "unsigned long" to "char" may lose significant bits ub[u] = (char)('a' + (char)(u % 26)); ^ h5repacktst.c(3831): warning #2259: non-pointer conversion from "unsigned long" to "char" may lose significant bits if(ub[u] != (char)('a' + (u % 26))) ^ h5repacktst.c(3868): warning #2259: non-pointer conversion from "unsigned long" to "char" may lose significant bits ub[u] = (char)('a' + (char)(u % 26)); ^ CCLD libdynlibadd.la CCLD libdynlibvers.la CCLD h5repacktst make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5repack' Making all in h5jam make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5jam' CC tellub.o CC h5jamgentest.o CC getub.o CCLD tellub CCLD getub CCLD h5jamgentest make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5jam' Making all in h5copy make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5copy' CC h5copygentest.o h5copygentest.c(353): warning #3179: deprecated conversion of string literal to char* (should be const char*) buf.v = "ThisIsAString"; ^ h5copygentest.c(377): warning #3179: deprecated conversion of string literal to char* (should be const char*) buf.v = "ThisIsAString"; ^ CCLD h5copygentest make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5copy' Making all in h5format_convert make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5format_convert' CC h5fc_gentest.o CC h5fc_chk_idx.o CCLD h5fc_chk_idx CCLD h5fc_gentest make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5format_convert' Making all in h5stat make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5stat' CC h5stat_gentest.o CCLD h5stat_gentest make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/h5stat' Making all in perform make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/perform' CC sio_perf.o CC pio_engine.o sio_perf.c(420): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits output_report("File Size(MB): %.2f\n",((double)parms.num_bytes) / ONE_MB); ^ sio_perf.c(759): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits output_report("Maximum Throughput: %6.2f MB/s", MB_PER_SEC(data_size,total_mm.min)); ^ sio_perf.c(767): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits MB_PER_SEC(data_size,total_mm.sum / total_mm.num)); ^ sio_perf.c(774): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits output_report("Minimum Throughput: %6.2f MB/s", MB_PER_SEC(data_size,total_mm.max)); ^ pio_engine.c(205): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits snbytes = (off_t)sqrt(nbytes); /* General dataset size */ ^ pio_perf.c(459): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits parms.num_bytes = (off_t)pow((double)(opts->num_bpp*parms.num_procs),2); ^ pio_perf.c(463): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits ((double)parms.num_dsets * (double)parms.num_bytes) ^ pio_perf.c(463): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits ((double)parms.num_dsets * (double)parms.num_bytes) ^ pio_perf.c(468): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits ((double)parms.num_dsets * (double)parms.num_bytes) ^ pio_perf.c(468): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits ((double)parms.num_dsets * (double)parms.num_bytes) ^ pio_perf.c(473): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits parms.num_files, parms.num_dsets, (double)(opts->num_bpp*parms.num_procs)/ONE_KB, ^ pio_perf.c(474): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits (double)(opts->num_bpp*parms.num_procs)/ONE_KB); ^ pio_perf.c(479): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits buf_size,((double)parms.num_dsets * (double)parms.num_bytes) / ONE_MB); ^ pio_perf.c(479): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits buf_size,((double)parms.num_dsets * (double)parms.num_bytes) / ONE_MB); ^ pio_engine.c(583): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits bytes_begin[0] = (off_t)(((double)nbytes*pio_mpi_rank_g)/pio_mpi_nprocs_g); ^ pio_perf.c(483): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits parms.num_files, parms.num_dsets, (double)(opts->num_bpp*parms.num_procs)/ONE_MB); ^ pio_engine.c(599): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits snbytes = (off_t)sqrt(nbytes); ^ pio_engine.c(603): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits bytes_begin[0] = (off_t)((double)snbytes*pio_mpi_rank_g / pio_mpi_nprocs_g); ^ pio_engine.c(632): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits bytes_count = (off_t)(((double)nbytes*(pio_mpi_rank_g+1)) / pio_mpi_nprocs_g) ^ pio_engine.c(633): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits - (off_t)(((double)nbytes*pio_mpi_rank_g) / pio_mpi_nprocs_g); ^ sio_perf.c(1227): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "int" may lose significant bits cl_opts->order[j] = (int)parse_size_directive(buf); ^ pio_engine.c(666): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)(buf_size/blk_size), (int)1, ^ pio_engine.c(691): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)blk_size, (int)1, (int)(snbytes/buf_size), ^ pio_engine.c(709): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)buf_size, (int)1, (int)(snbytes/blk_size), ^ pio_engine.c(718): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_contiguous((int)(blk_size*buf_size), MPI_BYTE, ^ pio_engine.c(727): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_contiguous((int)(blk_size*blk_size), MPI_BYTE, ^ pio_engine.c(736): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)(buf_size/blk_size), (int)1, (int)(snbytes/blk_size), ^ pio_engine.c(736): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)(buf_size/blk_size), (int)1, (int)(snbytes/blk_size), ^ pio_perf.c(1005): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits output_report("Maximum Throughput: %6.2f MB/s", MB_PER_SEC(data_size,total_mm.min)); ^ pio_perf.c(1013): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits MB_PER_SEC(data_size,total_mm.sum / total_mm.num)); ^ pio_perf.c(1020): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits output_report("Minimum Throughput: %6.2f MB/s", MB_PER_SEC(data_size,total_mm.max)); ^ sio_engine.c(426): warning #2259: non-pointer conversion from "unsigned long" to "unsigned char" may lose significant bits buf_p[u] = u % 128; ^ pio_perf.c(1158): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits recover_size_and_print((long long)(pow(opts->num_bpp * opts->min_num_procs,2) ^ pio_perf.c(1160): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits recover_size_and_print((long long)(pow(opts->num_bpp * opts->max_num_procs,2) ^ pio_engine.c(1130): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits (int)(buf_size/blk_size), mpi_blk_type, ^ pio_engine.c(1177): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits (int)(buf_size/blk_size), mpi_blk_type, &mpi_status); ^ sio_engine.c(788): warning #2259: non-pointer conversion from "unsigned long" to "char" may lose significant bits buffer2[u] = (char)(u % 128); ^ pio_engine.c(1196): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits (int)(buf_size/blk_size), mpi_blk_type, &mpi_status); ^ pio_engine.c(1317): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits MPI_File_write_at_all(fd->mpifd, 0, buffer,(int)(buf_size*blk_size), ^ pio_engine.c(1563): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits bytes_begin[0] = (off_t)(((double)nbytes*pio_mpi_rank_g)/pio_mpi_nprocs_g); ^ pio_engine.c(1575): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits snbytes = (off_t)sqrt(nbytes); ^ pio_engine.c(1581): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits bytes_begin[0] = (off_t)((double)snbytes*pio_mpi_rank_g / pio_mpi_nprocs_g); ^ pio_engine.c(1605): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits bytes_count = (off_t)(((double)nbytes*(pio_mpi_rank_g+1)) / pio_mpi_nprocs_g) ^ pio_engine.c(1606): warning #2259: non-pointer conversion from "off_t={__off_t={long}}" to "double" may lose significant bits - (off_t)(((double)nbytes*pio_mpi_rank_g) / pio_mpi_nprocs_g); ^ pio_engine.c(1639): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)(buf_size/blk_size), (int)1, ^ pio_engine.c(1663): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)blk_size, (int)1, (int)(snbytes/buf_size), ^ pio_engine.c(1681): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)buf_size, (int)1, (int)(snbytes/blk_size), ^ pio_engine.c(1690): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_contiguous((int)(blk_size*buf_size), MPI_BYTE, ^ pio_engine.c(1699): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_contiguous((int)(blk_size*blk_size), MPI_BYTE, ^ pio_engine.c(1708): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)(buf_size/blk_size), (int)1, (int)(snbytes/blk_size), ^ pio_engine.c(1708): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits mrc = MPI_Type_vector((int)(buf_size/blk_size), (int)1, (int)(snbytes/blk_size), ^ pio_engine.c(2060): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits (int)(buf_size/blk_size), mpi_blk_type, ^ pio_engine.c(2107): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits (int)(buf_size/blk_size), mpi_blk_type, &mpi_status); ^ pio_engine.c(2126): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits (int)(buf_size/blk_size), mpi_blk_type, &mpi_status); ^ pio_engine.c(2247): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits MPI_File_read_at_all(fd->mpifd, 0, buffer,(int)(buf_size*blk_size), ^ CC iopipe.o CC chunk.o CC overhead.o CC zip_perf.o iopipe.c(81): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits u_time = ((double)(r_stop->ru_utime.tv_sec)+ ^ iopipe.c(82): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits (double)(r_stop->ru_utime.tv_usec)/(double)1000000.0F) - ^ iopipe.c(83): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits ((double)(r_start->ru_utime.tv_sec)+ ^ iopipe.c(84): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits (double)(r_start->ru_utime.tv_usec)/(double)1000000.0F); ^ iopipe.c(86): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits s_time = ((double)(r_stop->ru_stime.tv_sec)+ ^ iopipe.c(87): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits (double)(r_stop->ru_stime.tv_usec)/(double)1000000.0F) - ^ iopipe.c(88): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits ((double)(r_start->ru_stime.tv_sec)+ ^ iopipe.c(89): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits (double)(r_start->ru_stime.tv_usec)/(double)1000000.0F); ^ iopipe.c(92): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits e_time = ((double)(t_stop->tv_sec)+ ^ iopipe.c(93): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits (double)(t_stop->tv_usec)/(double)1000000.0F) - ^ iopipe.c(94): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits ((double)(t_start->tv_sec)+ ^ iopipe.c(95): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits (double)(t_start->tv_usec)/(double)1000000.0F); ^ iopipe.c(102): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits bw = (double)nbytes / e_time; ^ iopipe.c(197): warning #2259: non-pointer conversion from "hssize_t={signed long long}" to "double" may lose significant bits (double)(hssize_t)(size[0]*size[1])/(double)1024.0F*(double)1024); ^ chunk.c(246): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits return (double)SQUARE(CH_SIZE*DS_SIZE)/(double)nio_g; ^ chunk.c(321): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits return (double)nio/(double)nio_g; ^ chunk.c(321): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits return (double)nio/(double)nio_g; ^ CC perf_meta.o overhead.c(268): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits (double)(sb.st_size - (HDoff_t)(i * sizeof(int))) / (double)i); ^ overhead.c(268): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits (double)(sb.st_size - (HDoff_t)(i * sizeof(int))) / (double)i); ^ overhead.c(312): warning #2259: non-pointer conversion from "long" to "double" may lose significant bits (double)(sb.st_size - (HDoff_t)(cur_size[0] * sizeof(int))) / ^ overhead.c(313): warning #2259: non-pointer conversion from "hsize_t={unsigned long long}" to "double" may lose significant bits (double)cur_size[0]); ^ zip_perf.c(174): warning #2259: non-pointer conversion from "uLongf={uLong={unsigned long}}" to "double" may lose significant bits destLen = (uLongf)((double)sourceLen + ((double)sourceLen * (double)0.1F)) + 12; ^ zip_perf.c(174): warning #2259: non-pointer conversion from "uLongf={uLong={unsigned long}}" to "double" may lose significant bits destLen = (uLongf)((double)sourceLen + ((double)sourceLen * (double)0.1F)) + 12; ^ zip_perf.c(184): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits compression_time += ((double)timer_stop.tv_sec + ^ zip_perf.c(185): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)timer_stop.tv_usec) / (double)MICROSECOND) - ^ zip_perf.c(186): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits ((double)timer_start.tv_sec + ^ zip_perf.c(187): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)timer_start.tv_usec) / (double)MICROSECOND); ^ zip_perf.c(190): warning #2259: non-pointer conversion from "uLongf={uLong={unsigned long}}" to "double" may lose significant bits HDfprintf(stdout, "\tCompression Ratio: %g\n", ((double)destLen) / (double)sourceLen); ^ zip_perf.c(190): warning #2259: non-pointer conversion from "uLongf={uLong={unsigned long}}" to "double" may lose significant bits HDfprintf(stdout, "\tCompression Ratio: %g\n", ((double)destLen) / (double)sourceLen); ^ zip_perf.c(199): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits int rc = (int)HDwrite(output, d_ptr, (size_t)d_len); ^ zip_perf.c(504): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits total_time = ((double)timer_stop.tv_sec + ^ zip_perf.c(505): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)timer_stop.tv_usec) / (double)MICROSECOND) - ^ zip_perf.c(506): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits ((double)timer_start.tv_sec + ^ zip_perf.c(507): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)timer_start.tv_usec) / (double)MICROSECOND); ^ zip_perf.c(511): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits MB_PER_SEC(file_size, total_time)); ^ zip_perf.c(530): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits total_time = ((double)timer_stop.tv_sec + ^ zip_perf.c(531): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)timer_stop.tv_usec) / (double)MICROSECOND) - ^ zip_perf.c(532): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits ((double)timer_start.tv_sec + ^ zip_perf.c(533): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits ((double)timer_start.tv_usec) / (double)MICROSECOND); ^ zip_perf.c(537): warning #2259: non-pointer conversion from "unsigned long" to "double" may lose significant bits MB_PER_SEC(file_size, total_time)); ^ zip_perf.c(579): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits compress_percent = (int)HDstrtol(opt_arg, NULL, 10); ^ CC perf.o CCLD h5perf_serial CCLD h5perf perf_meta.c(673): warning #2259: non-pointer conversion from "__time_t={long}" to "double" may lose significant bits return ((double)t.tv_sec + (double)t.tv_usec / 1000000); ^ perf_meta.c(673): warning #2259: non-pointer conversion from "__suseconds_t={long}" to "double" may lose significant bits return ((double)t.tv_sec + (double)t.tv_usec / 1000000); ^ perf.c(112): warning #2959: function prototype is missing the argument types extern int errno; ^ perf.c(217): warning #266: function "h5_fixname_no_suffix" declared implicitly h5_fixname_no_suffix(FILENAME[0], acc_tpl, filename, sizeof filename); ^ perf.c(246): warning #2601: argument of type "hssize_t={signed long long} *" is incompatible with parameter of type "const hsize_t={unsigned long long} *" in signedness ret=H5Sselect_hyperslab(file_dataspace, H5S_SELECT_SET, start, stride, count, block); ^ perf.c(299): warning #2601: argument of type "hssize_t={signed long long} *" is incompatible with parameter of type "const hsize_t={unsigned long long} *" in signedness ret=H5Sselect_hyperslab(file_dataspace, H5S_SELECT_SET, start, stride, count, block); ^ perf.c(324): warning #181: argument of type "long" is incompatible with format "%Ld", expecting argument of type "long long" mynod, mynod*opt_block, strerror(myerrno)); ^ perf.c(120): warning #177: variable "err" was declared but never referenced int i, j, mynod=0, nprocs=1, err, my_correct = 1, correct, myerrno; ^ perf.c(129): warning #177: variable "seek_position" was declared but never referenced int64_t seek_position = 0; ^ perf.c(130): warning #177: variable "fh" was declared but never referenced MPI_File fh; ^ perf.c(131): warning #177: variable "status" was declared but never referenced MPI_Status status; ^ perf.c(132): warning #177: variable "nchars" was declared but never referenced int nchars; ^ CCLD iopipe CCLD chunk CCLD overhead CCLD zip_perf CCLD perf_meta CCLD perf make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test/perform' make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test' make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools/test' make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools' make[1]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/tools' Making all in . make[1]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1' Making all in fortran make[1]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran' Making all in src make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran/src' CC H5match_types.o CCLD H5match_types ./H5match_types make all-am make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran/src' mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c -o H5_buildiface.o H5_buildiface.F90 PPFC H5fortran_types.lo PPFC H5fortkit.lo CC H5f90kit.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5fortkit.F90 -fPIC -o .libs/H5fortkit.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5fortran_types.F90 -fPIC -o .libs/H5fortran_types.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5fortran_types.F90 -o H5fortran_types.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5fortkit.F90 -o H5fortkit.o >/dev/null 2>&1 CC H5_f.lo CC H5Af.lo H5Af.c(194): warning #2259: non-pointer conversion from "ssize_t={__ssize_t={long}}" to "int_f={int}" may lose significant bits if ((ret_value = (int_f)H5Aget_name((hid_t)*attr_id, c_bufsize, c_buf)) < 0) ^ CC H5Df.lo CC H5Ef.lo CC H5Ff.lo CC H5Gf.lo CC H5If.lo CC H5Lf.lo CC H5Of.lo CC H5Pf.lo CC H5Rf.lo H5Pf.c(3158): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int_f={int}" may lose significant bits ret_value = (int_f)HDstrlen(c_name); ^ H5Pf.c(3592): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int_f={int}" may lose significant bits len[i] = (int_f)strlen(c_memb_name[i]); ^ H5Pf.c(3606): warning #2259: non-pointer conversion from "unsigned long" to "real_f={float}" may lose significant bits else memb_addr[i] = (real_f) (c_memb_addr[i]/HADDR_MAX); ^ CC H5Sf.lo CC H5Tf.lo CC H5Zf.lo H5Tf.c(1278): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int_f={int}" may lose significant bits *namelen = (int_f)strlen(c_name); ^ H5Tf.c(1952): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "int_f={int}" may lose significant bits *taglen = (int_f)HDstrlen(c_tag); ^ PPFC H5f90global.lo FCLD H5_buildiface libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5f90global.F90 -fPIC -o .libs/H5f90global.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5f90global.F90 -o H5f90global.o >/dev/null 2>&1 PPFC H5_ff.lo PPFC H5Dff.lo PPFC H5Aff.lo PPFC H5Eff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Aff.F90 -fPIC -o .libs/H5Aff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5_ff.F90 -fPIC -o .libs/H5_ff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Dff.F90 -fPIC -o .libs/H5Dff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Eff.F90 -fPIC -o .libs/H5Eff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5_ff.F90 -o H5_ff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Eff.F90 -o H5Eff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Aff.F90 -o H5Aff.o >/dev/null 2>&1 PPFC H5Fff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Dff.F90 -o H5Dff.o >/dev/null 2>&1 PPFC H5Gff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Fff.F90 -fPIC -o .libs/H5Fff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Gff.F90 -fPIC -o .libs/H5Gff.o PPFC H5Iff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Fff.F90 -o H5Fff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Iff.F90 -fPIC -o .libs/H5Iff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Gff.F90 -o H5Gff.o >/dev/null 2>&1 PPFC H5Lff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Lff.F90 -fPIC -o .libs/H5Lff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Iff.F90 -o H5Iff.o >/dev/null 2>&1 PPFC H5Off.lo PPFC H5Pff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Off.F90 -fPIC -o .libs/H5Off.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Pff.F90 -fPIC -o .libs/H5Pff.o PPFC H5Rff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Lff.F90 -o H5Lff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Rff.F90 -fPIC -o .libs/H5Rff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Off.F90 -o H5Off.o >/dev/null 2>&1 PPFC H5Sff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Rff.F90 -o H5Rff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Sff.F90 -fPIC -o .libs/H5Sff.o PPFC H5Tff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Tff.F90 -fPIC -o .libs/H5Tff.o PPFC H5Zff.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Zff.F90 -fPIC -o .libs/H5Zff.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Zff.F90 -o H5Zff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Sff.F90 -o H5Sff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Tff.F90 -o H5Tff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5Pff.F90 -o H5Pff.o >/dev/null 2>&1 ./H5_buildiface PPFC H5_gen.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5_gen.F90 -fPIC -o .libs/H5_gen.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c H5_gen.F90 -o H5_gen.o >/dev/null 2>&1 PPFC HDF5.lo libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c HDF5.F90 -fPIC -o .libs/HDF5.o libtool: compile: mpiifort -I. -I../../src -O3 -I../../src -I../../fortran/src -c HDF5.F90 -o HDF5.o >/dev/null 2>&1 FCLD libhdf5_fortran.la make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran/src' make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran/src' Making all in test make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran/test' mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o H5_test_buildiface.o H5_test_buildiface.F90 FCLD H5_test_buildiface ./H5_test_buildiface PPFC tf_gen.lo libtool: compile: mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c tf_gen.F90 -fPIC -o .libs/tf_gen.o libtool: compile: mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c tf_gen.F90 -o tf_gen.o >/dev/null 2>&1 PPFC tf.lo libtool: compile: mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c tf.F90 -fPIC -o .libs/tf.o tf.F90(41): warning #6380: The structure length is not a multiple of its largest element; could create misalignments for arrays of this type. [COMP_DATATYPE] TYPE :: comp_datatype ----------^ libtool: compile: mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c tf.F90 -o tf.o >/dev/null 2>&1 CC t.lo FCLD libh5test_fortran.la mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5F.o tH5F.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5D.o tH5D.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5R.o tH5R.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5S.o tH5S.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5T.o tH5T.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5VL.o tH5VL.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5Z.o tH5Z.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5Sselect.o tH5Sselect.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5P.o tH5P.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5A.o tH5A.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5I.o tH5I.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5G.o tH5G.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5E.o tH5E.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tHDF5.o tHDF5.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o fortranlib_test.o fortranlib_test.F90 FCLD fortranlib_test mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o fflush1.o fflush1.F90 FCLD fflush1 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o fflush2.o fflush2.F90 FCLD fflush2 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5O.o tH5O.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5A_1_8.o tH5A_1_8.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5G_1_8.o tH5G_1_8.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5MISC_1_8.o tH5MISC_1_8.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tHDF5_1_8.o tHDF5_1_8.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o fortranlib_test_1_8.o fortranlib_test_1_8.F90 FCLD fortranlib_test_1_8 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5E_F03.o tH5E_F03.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5F_F03.o tH5F_F03.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5L_F03.o tH5L_F03.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5O_F03.o tH5O_F03.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5P_F03.o tH5P_F03.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tH5T_F03.o tH5T_F03.F90 tH5T_F03.F90(300): warning #6380: The structure length is not a multiple of its largest element; could create misalignments for arrays of this type. [ST_T_STRUCT] TYPE st_t_struct ! Typedef for compound datatype ---------^ mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o tHDF5_F03.o tHDF5_F03.F90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/src -c -o fortranlib_test_F03.o fortranlib_test_F03.F90 FCLD fortranlib_test_F03 make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran/test' Making all in testpar make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran/testpar' mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/test -I../../fortran/src -I../../fortran/test -c -o ptest.o ptest.f90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/test -I../../fortran/src -I../../fortran/test -c -o hyper.o hyper.f90 mpiifort -I. -I../../src -I../../fortran/src -O3 -I../../fortran/src -I../../fortran/test -I../../fortran/src -I../../fortran/test -c -o mdset.o mdset.f90 FCLD parallel_test make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran/testpar' make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran' make[1]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/fortran' Making all in hl make[1]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl' Making all in src make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/src' CC H5DO.lo CC H5LT.lo H5LT.c(895): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits if ((size_t)(buf_prcnt * (double)buf_size) > min_incr) ^ H5LT.c(896): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits alloc_incr = (size_t)(buf_prcnt * (double)buf_size); ^ H5LT.c(2453): warning #2259: non-pointer conversion from "unsigned long" to "int" may lose significant bits HDsnprintf(tmp_str, TMP_LEN, "\n%*s ", (int)(indt + 4), ""); ^ CC H5LTanalyze.lo CC H5LTparse.lo hl/src/H5LTanalyze.c(1173): warning #2259: non-pointer conversion from "flex_int32_t={int32_t={int}}" to "YY_CHAR={unsigned char}" may lose significant bits register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; ^ hl/src/H5LTanalyze.c(1178): warning #2259: non-pointer conversion from "flex_int32_t={int32_t={int}}" to "YY_CHAR={unsigned char}" may lose significant bits yy_c = yy_meta[(unsigned int) yy_c]; ^ hl/src/H5LTanalyze.c(1577): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; ^ hl/src/H5LTanalyze.c(1744): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; ^ hl/src/H5LTanalyze.c(1772): warning #2259: non-pointer conversion from "yy_size_t={size_t={unsigned long}}" to "int" may lose significant bits YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^ hl/src/H5LTanalyze.c(1828): warning #2259: non-pointer conversion from "int" to "YY_CHAR={unsigned char}" may lose significant bits register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); ^ hl/src/H5LTanalyze.c(1833): warning #2259: non-pointer conversion from "flex_int32_t={int32_t={int}}" to "YY_CHAR={unsigned char}" may lose significant bits yy_c = yy_meta[(unsigned int) yy_c]; ^ hl/src/H5LTanalyze.c(1856): warning #2259: non-pointer conversion from "flex_int32_t={int32_t={int}}" to "YY_CHAR={unsigned char}" may lose significant bits yy_c = yy_meta[(unsigned int) yy_c]; ^ hl/src/H5LTanalyze.c(1887): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits yy_cp += (int) (dest - source); ^ hl/src/H5LTanalyze.c(1888): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits yy_bp += (int) (dest - source); ^ hl/src/H5LTanalyze.c(2110): warning #266: function "isatty" declared implicitly b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; ^ hl/src/H5LTanalyze.l(196): warning #1418: external function definition with no prior declaration int H5LTyyerror(const char *msg) ^ hl/src/H5LTanalyze.c(1866): warning #177: function "yyunput" was declared but never referenced static void yyunput (int c, register char * yy_bp ) ^ hl/src/H5LTparse.y(27): warning #2959: function prototype is missing the argument types extern int yylex(); ^ hl/src/H5LTparse.c(1297): warning #2259: non-pointer conversion from "int" to "yytype_int16={short}" may lose significant bits *yyssp = yystate; ^ CC H5PT.lo CC H5TB.lo CC H5LD.lo H5TB.c(2400): warning #2259: non-pointer conversion from "unsigned long long" to "int" may lose significant bits HDsnprintf(attr_name, sizeof(attr_name), "FIELD_%d_FILL", (int)(nfields - 1)); ^ CCLD libhdf5_hl.la make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/src' Making all in test make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/test' CC test_lite.o CC test_file_image.o CC test_ds.o CC test_packet.o CC test_packet_vlen.o CC test_dset_opt.o test_dset_opt.c(113): warning #2259: non-pointer conversion from "size_t={unsigned long}" to "double" may lose significant bits uLongf z_dst_nbytes = (uLongf)DEFLATE_SIZE_ADJUST(buf_size); ^ CC test_ld.o CC test_dset_append.o CCLD test_lite test_dset_append.c(596): warning #177: function "test_dataset_append_BUG1" was declared but never referenced test_dataset_append_BUG1(hid_t fid) ^ test_dset_append.c(758): warning #177: function "test_dataset_append_BUG2" was declared but never referenced test_dataset_append_BUG2(hid_t fid) ^ CCLD test_image CCLD test_file_image CCLD test_table CCLD test_packet CCLD test_dset_opt CCLD test_ld CCLD test_dset_append CCLD test_ds make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/test' Making all in tools make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/tools' Making all in gif2h5 make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/tools/gif2h5' CC gif2hdf.o CC gifread.o CC decompress.o decompress.c(176): warning #2259: non-pointer conversion from "int" to "boolean={unsigned char}" may lose significant bits Interlace = GifImageDesc->PackedField & 0x40; ^ CC writehdf.o CC hdf2gif.o CC hdfgifwr.o CC h52gifgentst.o CCLD gif2h5 CCLD h52gifgentst CCLD h52gif make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/tools/gif2h5' Making all in h5watch make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/tools/h5watch' CC h5watch.o CC swmr_check_compat_vfd.o CC h5watchgentest.o CC extend_dset-extend_dset.o extend_dset.c(81): warning #177: variable "i" was declared but never referenced unsigned i, j; /* local index variable */ ^ extend_dset.c(228): warning #177: variable "i" was declared but never referenced unsigned i, j; /* local index variable */ ^ h5watch.c(403): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(prev_dims, cur_dims, (size_t)ndims * sizeof(hsize_t)); ^ h5watch.c(403): warning #2312: pointer cast involving 64-bit pointed-to type HDmemcpy(prev_dims, cur_dims, (size_t)ndims * sizeof(hsize_t)); ^ h5watch.c(714): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits g_display_width = (int)HDstrtol(opt_arg, NULL, 0); ^ h5watch.c(735): warning #2259: non-pointer conversion from "long" to "int" may lose significant bits if((tmp = (int)HDstrtol(opt_arg, NULL, 10)) <= 0) { ^ CCLD swmr_check_compat_vfd CCLD extend_dset CCLD h5watchgentest CCLD h5watch make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/tools/h5watch' make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/tools' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/tools' make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/tools' Making all in fortran make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/fortran' Making all in src make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/fortran/src' CC H5DSfc.lo CC H5IMcc.lo CC H5TBfc.lo PPFC H5DSff.lo PPFC H5LTff.lo libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5DSff.F90 -fPIC -o .libs/H5DSff.o libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5LTff.F90 -fPIC -o .libs/H5LTff.o libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5DSff.F90 -o H5DSff.o >/dev/null 2>&1 PPFC H5TBff.lo libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5TBff.F90 -fPIC -o .libs/H5TBff.o PPFC H5IMff.lo libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5LTff.F90 -o H5LTff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5IMff.F90 -fPIC -o .libs/H5IMff.o libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5TBff.F90 -o H5TBff.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5IMff.F90 -o H5IMff.o >/dev/null 2>&1 mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c -o H5HL_buildiface.o H5HL_buildiface.F90 FCLD H5HL_buildiface ./H5HL_buildiface PPFC H5LTff_gen.lo libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5TBff_gen.F90 -fPIC -o .libs/H5TBff_gen.o libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5LTff_gen.F90 -fPIC -o .libs/H5LTff_gen.o libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5TBff_gen.F90 -o H5TBff_gen.o >/dev/null 2>&1 libtool: compile: mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../fortran/src -c H5LTff_gen.F90 -o H5LTff_gen.o >/dev/null 2>&1 FCLD libhdf5hl_fortran.la make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/fortran/src' Making all in test make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/fortran/test' mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/test -I../../../fortran/src -I../../../fortran/test -I../../../hl/fortran/src -c -o tstds.o tstds.F90 mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/test -I../../../fortran/src -I../../../fortran/test -I../../../hl/fortran/src -c -o tstlite.o tstlite.F90 mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/test -I../../../fortran/src -I../../../fortran/test -I../../../hl/fortran/src -c -o tstimage.o tstimage.F90 mpiifort -I. -I../../../src -I../../../fortran/src -O3 -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/test -I../../../fortran/src -I../../../fortran/test -I../../../hl/fortran/src -c -o tsttable.o tsttable.F90 tsttable.F90(561): warning #6379: The structure contains one or more misaligned fields. [PARTICLE_T] TYPE particle_t -------^ FCLD tstds FCLD tstimage FCLD tsttable FCLD tstlite make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/fortran/test' make[3]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/fortran' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/fortran' make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl/fortran' make[2]: Entering directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl' make[1]: Leaving directory `/panfs/panasas01/mech/mexas/soft/hdf5-1.10.1/hl'