Re: [PATCH] meson: sort C warning flags alphabetically

2023-12-06 Thread Philippe Mathieu-Daudé
On 6/12/23 17:44, Daniel P. Berrangé wrote: When scanning the list of warning flags to see if one is present, it is helpful if they are in alphabetical order. It is further helpful to separate out the 'no-' prefixed warnings. I was sure this was already done eh... Reviewed-by: Philippe Mathieu

[PATCH] meson: sort C warning flags alphabetically

2023-12-06 Thread Daniel P . Berrangé
When scanning the list of warning flags to see if one is present, it is helpful if they are in alphabetical order. It is further helpful to separate out the 'no-' prefixed warnings. Signed-off-by: Daniel P. Berrangé --- The diff looks horrendous, so look at the resulting meson.build to see the b