Re: [PATCH v3 3/5] configure: Clean up warning flag lists

2020-06-17 Thread Alex Bennée
Richard Henderson writes: > Use a helper function to tidy the assembly of gcc_flags. > Separate flags that disable warnings from those that enable, > and sort the disable warnings to the end. > > Suggested-by: Eric Blake > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex

Re: [PATCH v3 3/5] configure: Clean up warning flag lists

2020-06-17 Thread Philippe Mathieu-Daudé
On 6/17/20 6:37 AM, Richard Henderson wrote: > Use a helper function to tidy the assembly of gcc_flags. > Separate flags that disable warnings from those that enable, > and sort the disable warnings to the end. > > Suggested-by: Eric Blake > Signed-off-by: Richard Henderson > --- > configure |

[PATCH v3 3/5] configure: Clean up warning flag lists

2020-06-16 Thread Richard Henderson
Use a helper function to tidy the assembly of gcc_flags. Separate flags that disable warnings from those that enable, and sort the disable warnings to the end. Suggested-by: Eric Blake Signed-off-by: Richard Henderson --- configure | 42 -- 1 file