Skip to content
Snippets Groups Projects
Commit e2b8daf6 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

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

parent e97950dd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment