Greetings. On Thu, 24 Apr 2014 18:20:20 +0200 "Roberto E. Vargas Caballero" <k...@shike2.com> wrote: > Thinking a bit more about this, I don't know why we are using -Wall, > because it moves people to follow the GNU criteria, that is the > more suck criteria I know (I think it is because they come from the > LISP world, and they want to see your code formatted as LISP, and > force you to put a lot of unneded parenthesis ;).
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 written from the beginning in the current style and I kept it. For my projects I moved towards the Linux kernel style. Sincerely, Christoph Lohmann