[libvirt PATCH v2] meson: Don't include warning flags in summary

Andrea Bolognani posted 1 patch 2 years, 11 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210601151751.45323-1-abologna@redhat.com
meson.build | 1 -
1 file changed, 1 deletion(-)
[libvirt PATCH v2] meson: Don't include warning flags in summary
Posted by Andrea Bolognani 2 years, 11 months ago
The list takes up half a screen on my machine and it doesn't
seem useful enough for that to be warranted, especially when it
results in other, arguably more relevant parts of the summary
being pushed off-screen.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
---
Changes from [v1]:

  * move out of the series, which has mostly been pushed now.

[v1] https://listman.redhat.com/archives/libvir-list/2021-June/msg00002.html

 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index 2fa379f47a..b09d766b11 100644
--- a/meson.build
+++ b/meson.build
@@ -2313,7 +2313,6 @@ else
   loader_res = ''
 endif
 misc_summary = {
-  'Warning Flags': supported_cc_flags,
   'docs': gen_docs,
   'tests': build_tests,
   'DTrace': conf.has('WITH_DTRACE_PROBES'),
-- 
2.31.1