kill some spurious messages

This commit is contained in:
tth 2022-07-02 10:04:12 +02:00
parent 964c264583
commit d03e8269ef
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,6 @@ int main(int argc, char *argv[])
Image_Desc *where, *what; Image_Desc *where, *what;
int foo, idx; int foo, idx;
int xpos, ypos; int xpos, ypos;
int par[NB_PARAMS], nb_int_par;
int commande, nbargs; int commande, nbargs;
dump_command_line(argc, argv, 0); dump_command_line(argc, argv, 0);
@ -75,12 +74,14 @@ if (argc==2 && !strcmp(argv[1], "-?")) usage(0);
if (argc==2 && !strcmp(argv[1], "list")) usage(1); if (argc==2 && !strcmp(argv[1], "list")) usage(1);
if (argc < 4) usage(1); if (argc < 4) usage(1);
#if DEBUG_LEVEL
if (must_be_verbose()) if (must_be_verbose())
{ {
fprintf(stderr, "********************************\n"); fprintf(stderr, "********************************\n");
fprintf(stderr, "* EXPERIMENTAL CORE DUMPER *\n"); fprintf(stderr, "* EXPERIMENTAL CORE DUMPER *\n");
fprintf(stderr, "********************************\n"); fprintf(stderr, "********************************\n");
} }
#endif
idx = cherche_mot_clef(argv[3], mots_clef, &commande, &nbargs); idx = cherche_mot_clef(argv[3], mots_clef, &commande, &nbargs);
if (idx < 0) if (idx < 0)