Re: [PATCH] Change the default for Mixed declarations.

2023-03-27 Thread Markus Armbruster
Alex Bennée writes: > Juan Quintela writes: > >> Daniel P. Berrangé wrote: >>> On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: Hi I want to enter a discussion about changing the default of the style guide. There are several reasons for that:

Re: [PATCH] Change the default for Mixed declarations.

2023-03-27 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: >> Hi >> >> I want to enter a discussion about changing the default of the style >> guide. >> >> There are several reasons for that: >> - they exist since C99 (i.e. all supported compilers support them)

Re: [PATCH] Change the default for Mixed declarations.

2023-03-27 Thread Daniel P . Berrangé
On Fri, Mar 24, 2023 at 05:56:46PM +, Alex Bennée wrote: > > Juan Quintela writes: > > > Daniel P. Berrangé wrote: > >> On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: > >>> Hi > >>> > >>> I want to enter a discussion about changing the default of the style > >>> guide. >

Re: [PATCH] Change the default for Mixed declarations.

2023-03-27 Thread Daniel P . Berrangé
On Fri, Mar 24, 2023 at 06:39:34PM +0100, Juan Quintela wrote: > Daniel P. Berrangé wrote: > > On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: > >> Hi > >> > >> I want to enter a discussion about changing the default of the style > >> guide. > >> > >> There are several reasons

Re: [PATCH] Change the default for Mixed declarations.

2023-03-24 Thread Alex Bennée
Juan Quintela writes: > Daniel P. Berrangé wrote: >> On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: >>> Hi >>> >>> I want to enter a discussion about changing the default of the style >>> guide. >>> >>> There are several reasons for that: >>> - they exist since C99 (i.e. all

Re: [PATCH] Change the default for Mixed declarations.

2023-03-24 Thread Juan Quintela
Daniel P. Berrangé wrote: > On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: >> Hi >> >> I want to enter a discussion about changing the default of the style >> guide. >> >> There are several reasons for that: >> - they exist since C99 (i.e. all supported compilers support them)

Re: [PATCH] Change the default for Mixed declarations.

2023-03-24 Thread Philippe Mathieu-Daudé
On 23/3/23 20:00, Daniel P. Berrangé wrote: On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: Hi I want to enter a discussion about changing the default of the style guide. There are several reasons for that: - they exist since C99 (i.e. all supported compilers support them) -

Re: [PATCH] Change the default for Mixed declarations.

2023-03-24 Thread Alex Bennée
Daniel P. Berrangé writes: > On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: >> Hi >> >> I want to enter a discussion about changing the default of the style >> guide. >> >> There are several reasons for that: >> - they exist since C99 (i.e. all supported compilers support

Re: [PATCH] Change the default for Mixed declarations.

2023-03-23 Thread Daniel P . Berrangé
On Tue, Feb 14, 2023 at 05:07:38PM +0100, Juan Quintela wrote: > Hi > > I want to enter a discussion about changing the default of the style > guide. > > There are several reasons for that: > - they exist since C99 (i.e. all supported compilers support them) > - they eliminate the posibility of

[PATCH] Change the default for Mixed declarations.

2023-02-14 Thread Juan Quintela
Hi I want to enter a discussion about changing the default of the style guide. There are several reasons for that: - they exist since C99 (i.e. all supported compilers support them) - they eliminate the posibility of an unitialized variable. - (at least for me), declaring the index inside the