diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 13:06:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 13:06:57 (GMT) |
commit | 6d7cbd13dce1ae24446ed84a88c64c68598dc6bf (patch) | |
tree | 9debd9624be08fb8ff72f91e2416ae853939e2fc /test/big.c | |
parent | a00188dde45dfd59728e1e68ddbf6cad5e1d014c (diff) | |
download | hdf5-6d7cbd13dce1ae24446ed84a88c64c68598dc6bf.zip hdf5-6d7cbd13dce1ae24446ed84a88c64c68598dc6bf.tar.gz hdf5-6d7cbd13dce1ae24446ed84a88c64c68598dc6bf.tar.bz2 |
[svn-r5668] Purpose:
Code cleanup
Description:
Turn on more warnings in the IRIX builds and clean them up.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel, both -n32 and the default (-64?) mode
Diffstat (limited to 'test/big.c')
-rw-r--r-- | test/big.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ const char *FILENAME[] = { # define GB8LL 0 /*cannot do the test*/ #endif -/* Protocols */ -void usage(void); +/* Prototypes */ +static void usage(void); /*------------------------------------------------------------------------- |