summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/gif.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-08-12 21:27:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-08-12 21:27:02 (GMT)
commitd9af3b4fdf7f2a8e2ef26855482d0af251864414 (patch)
tree3f690d1eae883dfb0ce12e4d1c6abe54d53295d9 /hl/tools/gif2h5/gif.h
parent94e652b097b56c9fd20995e065a859847a9ef933 (diff)
downloadhdf5-d9af3b4fdf7f2a8e2ef26855482d0af251864414.zip
hdf5-d9af3b4fdf7f2a8e2ef26855482d0af251864414.tar.gz
hdf5-d9af3b4fdf7f2a8e2ef26855482d0af251864414.tar.bz2
[svn-r19238] Description:
Bring r19237 from trunk to 1.8 branch: 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.h2
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