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
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to