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] Fix GCC6 -Wmisleading-indentation issues.


On Mon, Jan 25, 2016 at 10:24:45PM +0000, Pedro Alves wrote:
> Yeah...  It was part being lazy and port not wanting to mess git blame for
> such old code much.  There's an easy way around it though.  Add an
> else, like:
> 
>   if (tinfo->run_terminal != NULL || gdb_has_a_terminal () == 0)
>     return;
> + else
>     {

O, very nice. I did it that way and adjusted commit message and ChangeLog.

OK to commit?

Thanks,

Mark

Attachment: 0001-Fix-GCC6-Wmisleading-indentation-issues.patch
Description: Text document


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