From 929d3be56d2b3e9a39327635f30d0de74372b0bd Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 27 Dec 2021 07:44:31 +0100 Subject: [PATCH] vala: Show source location when reporting deprecations --- vala/valareport.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vala/valareport.vala b/vala/valareport.vala index 3d3a95fc8..b35218baa 100644 --- a/vala/valareport.vala +++ b/vala/valareport.vala @@ -344,7 +344,7 @@ public class Vala.Report { warnings++; - print_message (source, "warning", warning_color_start, warning_color_end, message, false); + print_message (source, "warning", warning_color_start, warning_color_end, message, verbose_errors); } /** -- 2.47.2