diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2011-02-05 23:31:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2011-02-05 23:31:02 (GMT) |
commit | 299ac26d98a27cb309c87eafeb0ff7ac53eeb94b (patch) | |
tree | bcd48f00faa2410605c9a0cfbbf4a281cafd9076 /src/H5private.h | |
parent | c087ecdbdea8f142f1a4823db71ea47fa60a8c59 (diff) | |
download | hdf5-299ac26d98a27cb309c87eafeb0ff7ac53eeb94b.zip hdf5-299ac26d98a27cb309c87eafeb0ff7ac53eeb94b.tar.gz hdf5-299ac26d98a27cb309c87eafeb0ff7ac53eeb94b.tar.bz2 |
[svn-r20050] Description:
Bring sec2 and log VFDs back into agreement. Correct several compiler
warnings. Also add some additional statistics to the log VFD and promote the
parameter for H5Pset_fapl_log from 'unsigned' to 'unsigned long long'.
Tested on:
Mac OS X/32 10.6.6 (amazon) w/debug & production
FreeBSD/32 8.2 (loyalty) w/debug
FreeBSD/64 8.2 (freedom) w/debug
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5private.h b/src/H5private.h index f13ad84..9cebdaa 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -403,11 +403,6 @@ # error "nothing appropriate for int32_t" #endif -/* Definition of uint32_t was moved to H5public.h */ - -/* Definition of int64_t was moved to H5public.h */ -/* Definition of uint64_t was moved to H5public.h */ - /* * Maximum and minimum values. These should be defined in <limits.h> for the * most part. |