[commit] cli/cli-script.c, script_from_file, add a break stmt for lint

Pedro Alves pedro@codesourcery.com
Thu Mar 3 09:48:00 GMT 2011


On Thursday 03 March 2011 00:15:55, Michael Snyder wrote:
> checked in.

>   2011-03-02  Michael Snyder  <msnyder@vmware.com>
> 
>         * cli/cli-script.c (script_from_file): Add break for lint.

>         throw_error (e.error,
>                      _("%s:%d: Error in sourced command file:\n%s"),
>                      source_file_name, source_line_number, e.message);
> +       break;  /* lint */

Please don't.  Teach lint about the no-return property of throw_error instead.

>        default:
>         internal_error (__FILE__, __LINE__, _("bad reason"));
>        }

-- 
Pedro Alves



More information about the Gdb-patches mailing list