mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
gcc -W cleanup: Remove implicit int, remove unused idtest:usage()
This commit is contained in:
parent
e97950dd45
commit
e2b8daf62b
@ -23,6 +23,7 @@ static void usage( char *name )
|
||||
fprintf( stderr, "usage: %s fmtstring\n", name );
|
||||
}
|
||||
|
||||
int
|
||||
main( int argc, char **argv )
|
||||
{
|
||||
#ifdef notdef
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user