diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-12-08 18:34:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-12-08 18:34:51 (GMT) |
commit | 88c15b1617872ce1672d7333481a5aa32ee23d5a (patch) | |
tree | b3315150ab77826194626d3cd5cf6481badf83e4 /test/dt_arith.c | |
parent | bfa65eed0f4f901c14244728ea364966c51e0417 (diff) | |
download | hdf5-88c15b1617872ce1672d7333481a5aa32ee23d5a.zip hdf5-88c15b1617872ce1672d7333481a5aa32ee23d5a.tar.gz hdf5-88c15b1617872ce1672d7333481a5aa32ee23d5a.tar.bz2 |
[svn-r11771] Purpose:
Code cleanup
Description:
Fix a bunch of warnings flagged by Windows compilers.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'test/dt_arith.c')
-rw-r--r-- | test/dt_arith.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c index f49b2f2..36ca72c 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -714,9 +714,8 @@ static int test_particular_fp_integer(void) int dst_i; int fill_value = 13; int endian; /*endianess */ - char str[256]; /*message string */ unsigned int fails_this_test = 0; - int i, j; + int j; TESTING("hard particular floating number -> integer conversions"); |