Re: [Tinycc-devel] Misleading indentation at tccgen.c:4656-4659

2016-10-14 Thread Michael Matz
Hi,

On Tue, 11 Oct 2016, Edmund Grimley Evans wrote:

> Could someone please take a look at this warning?

Yeah, fixed.


Ciao,
Michael.

___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


[Tinycc-devel] Misleading indentation at tccgen.c:4656-4659

2016-10-11 Thread Edmund Grimley Evans
Could someone please take a look at this warning?

tccgen.c: In function 'expr_cond':
tccgen.c:4656:17: warning: this 'else' clause does not guard... 
[-Wmisleading-indentation]
 else
 ^~~~
tccgen.c:4658:21: note: ...this statement, but the latter is misleadingly 
indented as if it is guarded by the 'else'
 gv(rc);
 ^~

___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel