summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/gifread.c
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2002-05-03 22:38:20 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2002-05-03 22:38:20 (GMT)
commit218c644da5d74731d3d732715a4ff89a68772816 (patch)
treeb1db5e23c6149dc11321e28e5eeb061f3beafbab /hl/tools/gif2h5/gifread.c
parent686a62c1d7d6784f469164395403a7fdf6502b5b (diff)
downloadhdf5-218c644da5d74731d3d732715a4ff89a68772816.zip
hdf5-218c644da5d74731d3d732715a4ff89a68772816.tar.gz
hdf5-218c644da5d74731d3d732715a4ff89a68772816.tar.bz2
[svn-r5355]
Purpose: code clean up to erase windows warnings Description: need to clean up more Solution: Platforms tested: window 2000, linux
Diffstat (limited to 'hl/tools/gif2h5/gifread.c')
-rw-r--r--hl/tools/gif2h5/gifread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/gifread.c b/hl/tools/gif2h5/gifread.c
index 1196241..f2fefff 100644
--- a/hl/tools/gif2h5/gifread.c
+++ b/hl/tools/gif2h5/gifread.c
@@ -116,7 +116,7 @@ BYTE **MemGif2; /* GIF image file input FILE stream */
{
register WORD i; /* Loop counter */
WORD tableSize; /* Number of entries in the Local Color Table */
- BYTE Interlace; /* PackedField & 0x20 gives information on interlacing */
+ /*BYTE Interlace; */ /* PackedField & 0x20 gives information on interlacing */
BYTE *TempPtr;
int ch , ch1;