summaryrefslogtreecommitdiffstats
path: root/src/H5Tpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-23 20:20:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-23 20:20:57 (GMT)
commit46809b86cf01d9648fc452086f5bcb6783f07dfb (patch)
treefd93ed6d24f10c807e3b83573823a040a5950d56 /src/H5Tpkg.h
parent55f2a52191fcbf38d67b698f90e2c876f1b39d02 (diff)
downloadhdf5-46809b86cf01d9648fc452086f5bcb6783f07dfb.zip
hdf5-46809b86cf01d9648fc452086f5bcb6783f07dfb.tar.gz
hdf5-46809b86cf01d9648fc452086f5bcb6783f07dfb.tar.bz2
[svn-r18626] Description:
Bring r18625 from trunk to 1.8 branch: Checkpoint progress on Bz#1398 - strict aliasing issues. (Lots of compiler warnings & code cleanups also) Tested on: Mac OS X/32 10.6.3 (amazon) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r--src/H5Tpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index 45b0e7f..0ec9632 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -1363,7 +1363,7 @@ H5_DLL herr_t H5T_conv_ldouble_ullong(hid_t src_id, hid_t dst_id,
/* Bit twiddling functions */
H5_DLL void H5T_bit_copy(uint8_t *dst, size_t dst_offset, const uint8_t *src,
size_t src_offset, size_t size);
-H5_DLL void H5T_bit_shift(uint8_t *buf, ssize_t shift_dist, size_t offset, size_t size);
+H5_DLL herr_t H5T_bit_shift(uint8_t *buf, ssize_t shift_dist, size_t offset, size_t size);
H5_DLL void H5T_bit_set(uint8_t *buf, size_t offset, size_t size,
hbool_t value);
H5_DLL uint64_t H5T_bit_get_d(uint8_t *buf, size_t offset, size_t size);