diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-16 10:34:25 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-16 10:34:25 (GMT) |
commit | cc0165a973d17386cd4983ac1d0394ad4feb8034 (patch) | |
tree | 47c0839db019c336beeae779a6030f85869eb97f /hl/tools/gif2h5/hdf2gif.c | |
parent | 183ba43b41674c3d8912cb3759bc57fa846155ed (diff) | |
download | hdf5-cc0165a973d17386cd4983ac1d0394ad4feb8034.zip hdf5-cc0165a973d17386cd4983ac1d0394ad4feb8034.tar.gz hdf5-cc0165a973d17386cd4983ac1d0394ad4feb8034.tar.bz2 |
[svn-r27799] Minor warning fixes in the high-level library.
Tested on: jam (too minor for h5committest)
Diffstat (limited to 'hl/tools/gif2h5/hdf2gif.c')
-rw-r--r-- | hl/tools/gif2h5/hdf2gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/hdf2gif.c b/hl/tools/gif2h5/hdf2gif.c index 5c342ba..e03d5c4 100644 --- a/hl/tools/gif2h5/hdf2gif.c +++ b/hl/tools/gif2h5/hdf2gif.c @@ -64,7 +64,7 @@ int main(int argc , char **argv) int ColorMapSize, InitCodeSize, Background, BitsPerPixel; int j,nc; int i; - int numcols; + int numcols = 0; BYTE pc2nc[256] , r1[256] , g1[256] , b1[256]; |