Re: [RFC PATCH] docs/devel: update C standard to C11

2021-12-15 Thread Richard Henderson
On 12/15/21 7:20 AM, Alex Bennée wrote: Since 8a9d3d5640 (configure: Use -std=gnu11) we have allowed C11 code so lets reflect that in the style guide. Signed-off-by: Alex Bennée --- docs/devel/style.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devel/st

Re: [RFC PATCH] docs/devel: update C standard to C11

2021-12-15 Thread Philippe Mathieu-Daudé
On 12/15/21 16:20, Alex Bennée wrote: > Since 8a9d3d5640 (configure: Use -std=gnu11) we have allowed C11 code > so lets reflect that in the style guide. > > Signed-off-by: Alex Bennée > --- > docs/devel/style.rst | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Phili

Re: [RFC PATCH] docs/devel: update C standard to C11

2021-12-15 Thread Daniel P . Berrangé
On Wed, Dec 15, 2021 at 03:20:55PM +, Alex Bennée wrote: > Since 8a9d3d5640 (configure: Use -std=gnu11) we have allowed C11 code > so lets reflect that in the style guide. > > Signed-off-by: Alex Bennée > --- > docs/devel/style.rst | 8 > 1 file changed, 4 insertions(+), 4 deletions

[RFC PATCH] docs/devel: update C standard to C11

2021-12-15 Thread Alex Bennée
Since 8a9d3d5640 (configure: Use -std=gnu11) we have allowed C11 code so lets reflect that in the style guide. Signed-off-by: Alex Bennée --- docs/devel/style.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devel/style.rst b/docs/devel/style.rst index d7315f4