tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Edmund Grimley Evans
Subject: [Tinycc-devel] Misleading indentation at tccgen.c:4656-4659
Date: Tue, 11 Oct 2016 18:34:38 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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);
                     ^~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]