This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/6] New commands for loading and unloading a reader.


On Sat, 20 Aug 2011 08:27:12 +0200, Sanjoy Das wrote:
> +    {
> +      error (_("No reader name provided."));
> +      return;
> +    }

error is terminal call, no return is needed.  (present multiple times)


Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]