Hi,
> We use ‐Wall to show all warnings. If the compiler complains, fix the
> warning. Easy. At most this keeps the code to a certain style. St was
The problem is Wall change from one system to another (this is something
OpenMacOS™ 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 WSL kernel style.
I moved to WSL 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
Received on Fri Apr 25 2014 - 16:42:09 CEST