gcc -W cleanup: Remove implicit int, remove unused idtest:usage()

This commit is contained in:
Hallvard Furuseth 1998-11-22 06:43:49 +00:00
parent e97950dd45
commit e2b8daf62b
2 changed files with 2 additions and 5 deletions

View File

@ -23,6 +23,7 @@ static void usage( char *name )
fprintf( stderr, "usage: %s fmtstring\n", name );
}
int
main( int argc, char **argv )
{
#ifdef notdef

View File

@ -20,11 +20,7 @@
#include <quipu/attr.h>
#endif
static usage( char *name )
{
fprintf( stderr, "usage: %s\n", name );
}
int
main( int argc, char **argv )
{
#ifdef HAVE_PSAP_H