diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-05-03 15:39:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-05-03 15:39:33 (GMT) |
commit | 149e6b77b82bcf8e15a9a2a58671ef348f681118 (patch) | |
tree | e87aa8fa4ebb2e245148cc553fa72091a5897a86 /src/H5Znbit.c | |
parent | 724cbc561527005e2cd4cb7026e2a144dfbef5e8 (diff) | |
download | hdf5-149e6b77b82bcf8e15a9a2a58671ef348f681118.zip hdf5-149e6b77b82bcf8e15a9a2a58671ef348f681118.tar.gz hdf5-149e6b77b82bcf8e15a9a2a58671ef348f681118.tar.bz2 |
[svn-r10718] Purpose:
Code cleanup
Description:
Clean up some compiler warnings.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/gcc 4.0
Too minor to require h5committest
Diffstat (limited to 'src/H5Znbit.c')
-rw-r--r-- | src/H5Znbit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Znbit.c b/src/H5Znbit.c index 9a29659..ab47461 100644 --- a/src/H5Znbit.c +++ b/src/H5Znbit.c @@ -163,7 +163,7 @@ done: * *------------------------------------------------------------------------- */ -static void H5Z_calc_parms_nooptype() +static void H5Z_calc_parms_nooptype(void) { /* Store datatype class code */ ++cd_values_actual_nparms; @@ -187,7 +187,7 @@ static void H5Z_calc_parms_nooptype() * *------------------------------------------------------------------------- */ -static void H5Z_calc_parms_atomic() +static void H5Z_calc_parms_atomic(void) { /* Store datatype class code */ ++cd_values_actual_nparms; |