From: Rico Tzschichholz Date: Mon, 27 Dec 2021 06:44:31 +0000 (+0100) Subject: vala: Show source location when reporting deprecations X-Git-Tag: 0.55.1~18 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=929d3be56d2b3e9a39327635f30d0de74372b0bd;p=thirdparty%2Fvala.git vala: Show source location when reporting deprecations --- 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); } /**