From d03e8269ef8bea7f340829a4cf8cbc765806af04 Mon Sep 17 00:00:00 2001 From: tth Date: Sat, 2 Jul 2022 10:04:12 +0200 Subject: [PATCH] kill some spurious messages --- Tools/tga_incrust.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/tga_incrust.c b/Tools/tga_incrust.c index 2daa153..2b7f7d5 100644 --- a/Tools/tga_incrust.c +++ b/Tools/tga_incrust.c @@ -66,7 +66,6 @@ int main(int argc, char *argv[]) Image_Desc *where, *what; int foo, idx; int xpos, ypos; -int par[NB_PARAMS], nb_int_par; int commande, nbargs; 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 < 4) usage(1); +#if DEBUG_LEVEL if (must_be_verbose()) { fprintf(stderr, "********************************\n"); fprintf(stderr, "* EXPERIMENTAL CORE DUMPER *\n"); fprintf(stderr, "********************************\n"); } +#endif idx = cherche_mot_clef(argv[3], mots_clef, &commande, &nbargs); if (idx < 0)