Hi,

> We  use  ‐Wall  to show all warnings. If the compiler complains, fix the
> warning.  Easy. At least this keeps the code to a certain style. St  was

The problem is Wall change from one system to another (this is something
OpenBSD users know with strcpy calls...), and it doesn't force how to
remove the warning, so at the end I think style is not really improved
with Wall (and guys, some of the warning are really, really stupid).

> projects I moved towards the Linux kernel style.

I moved to Linux kernel style some years ago, but I am beginning to break
some rules, basically the typedef rule. I accept typedef of struct always
that the new type begins with upper case.


-- 
Roberto E. Vargas Caballero

Reply via email to