diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-27 13:42:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-27 13:42:40 (GMT) |
commit | c6f898c3c7ecdc9f6a5fc73cf189ce3f389ab57f (patch) | |
tree | 845923f5f4d6cef98fdfef216529eb00f2a041e8 /testpar/testphdf5.c | |
parent | c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e (diff) | |
download | hdf5-c6f898c3c7ecdc9f6a5fc73cf189ce3f389ab57f.zip hdf5-c6f898c3c7ecdc9f6a5fc73cf189ce3f389ab57f.tar.gz hdf5-c6f898c3c7ecdc9f6a5fc73cf189ce3f389ab57f.tar.bz2 |
[svn-r5896] Purpose:
Code cleanup
Description:
Cleaned up some compiler warnings.
Platforms tested:
FreeBSD 4.6 (sleipnir) w/serial & parallel. Will be testing on IRIX64
6.5 (modi4) in serial & parallel shortly.
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 95fe93c..0f0e723 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -122,7 +122,7 @@ usage(void) /* * parse the command line options */ -int +static int parse_options(int argc, char **argv) { int mpi_size, mpi_rank; /* mpi variables */ |