]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: sort C warning flags alphabetically
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 21 Sep 2023 09:12:51 +0000 (10:12 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Feb 2024 12:47:50 +0000 (12:47 +0000)
commitfdd51403a35a484f29c405c3d5cb0058f80bd3ba
tree9ecf9ae787def1abf634d43df42945a503c4eff7
parent9e34f127f419b3941b36dfdfac79640dc81e97e2
meson: sort C warning flags alphabetically

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.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build