drh / lcc

The lcc retargetable ANSI C compiler
https://drh.github.io/lcc/
2.03k stars 442 forks source link

various syntax fixes #6

Closed ghost closed 6 months ago

ghost commented 10 years ago

especially catching ambiguous else warnings and missing parentheses in cases where || and && are used.

On second thought, I probably should have filtered out removal of rcsid[] declarations. You can keep those if you want.

It compiles much more quiet with -pedantic -Wall now.