diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-12 21:11:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-12 21:11:00 (GMT) |
commit | 54d5a565f95f83655d8bcccb017da6164860afa7 (patch) | |
tree | 07d5429ca460bcfc12cd167fa97a8bbb8011ac69 /hl/tools/gif2h5/gif.h | |
parent | b95672cdcb6fb81f24a8a3dc00e7d233e65e9d87 (diff) | |
download | hdf5-54d5a565f95f83655d8bcccb017da6164860afa7.zip hdf5-54d5a565f95f83655d8bcccb017da6164860afa7.tar.gz hdf5-54d5a565f95f83655d8bcccb017da6164860afa7.tar.bz2 |
[svn-r19237] Description:
Clean up misc. compiler warnings.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
Mac OS X/32 10.6.4 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Mac OS X/32 10.6.4 (amazon) w/parallel, in debug mode
Diffstat (limited to 'hl/tools/gif2h5/gif.h')
-rw-r--r-- | hl/tools/gif2h5/gif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/gif.h b/hl/tools/gif2h5/gif.h index 737b7de..5334919 100644 --- a/hl/tools/gif2h5/gif.h +++ b/hl/tools/gif2h5/gif.h @@ -159,7 +159,7 @@ int hdfWriteGIF(FILE *fp, BYTE *pic, int ptype, int w, int h, BYTE *rmap, int colorstyle, int BitsPerPixel); /* WRITEHDF.C */ -int WriteHDF(GIFTOMEM , CHAR * , CHAR *); +int WriteHDF(GIFTOMEM , CHAR * ); /* Function: ReadHDF ** Return: 0 on completion without error, -1 on error |