mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +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 );
|
fprintf( stderr, "usage: %s fmtstring\n", name );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int
|
||||||
main( int argc, char **argv )
|
main( int argc, char **argv )
|
||||||
{
|
{
|
||||||
#ifdef notdef
|
#ifdef notdef
|
||||||
|
@ -20,11 +20,7 @@
|
|||||||
#include <quipu/attr.h>
|
#include <quipu/attr.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static usage( char *name )
|
int
|
||||||
{
|
|
||||||
fprintf( stderr, "usage: %s\n", name );
|
|
||||||
}
|
|
||||||
|
|
||||||
main( int argc, char **argv )
|
main( int argc, char **argv )
|
||||||
{
|
{
|
||||||
#ifdef HAVE_PSAP_H
|
#ifdef HAVE_PSAP_H
|
||||||
|
Loading…
Reference in New Issue
Block a user