--- ImageMagick-7.1.1-40.old/MagickWand/deprecate.c +++ ImageMagick-7.1.1-40/MagickWand/deprecate.c @@ -551,8 +551,7 @@ assert(exception != (ExceptionInfo *) NULL); if (IsEventLogging() != MagickFalse) (void) LogMagickEvent(TraceEvent,GetMagickModule(),"..."); - (void) FormatLocaleFile(stderr,"WARNING: %s\n", - "The convert command is deprecated in IMv7, use \"magick\" instead of \"convert\" or \"magick convert\"\n"); + if (argc == 2) { option=argv[1]; --- ImageMagick-7.1.1-40.old/MagickWand/magick-cli.c +++ ImageMagick-7.1.1-40/MagickWand/magick-cli.c @@ -945,11 +945,8 @@ len=strlen(argv[0]); /* precaution */ - /* "convert" command - give a "deprecated" warning" */ if (len>=7 && LocaleCompare("convert",argv[0]+len-7) == 0) { cli_wand->process_flags = ConvertCommandOptionFlags; - (void) FormatLocaleFile(stderr,"WARNING: %s\n", - "The convert command is deprecated in IMv7, use \"magick\"\n"); } /* Special Case: If command name ends with "script" implied "-script" */