Re: A far fetched goal to clean up code quality

2018-08-15 Thread Al Viro
On Wed, Aug 15, 2018 at 08:33:36PM +0200, Martin Schroeder wrote: > I propose using following set of GCC flags to enforce code quality in > the long run. > > -Wall -Wextra -Werror\ > -std=gnu11\ > -pedantic \ > -Wchar-subscripts\ > -Wformat\ > -Wformat-nonliteral\ > -Wf

A far fetched goal to clean up code quality

2018-08-15 Thread Martin Schroeder
I propose using following set of GCC flags to enforce code quality in the long run. -Wall -Wextra -Werror\ -std=gnu11\ -pedantic \ -Wchar-subscripts\ -Wformat\ -Wformat-nonliteral\ -Wformat-security\ -Wmissing-braces\ -Wparentheses\ -Wsequence-point\ -Ws