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.48.23~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3a6c303a3d8c2e6692c0da9b264f20c61c8dc4f;p=thirdparty%2Fvala.git vala: Show source location when reporting deprecations --- diff --git a/vala/valareport.vala b/vala/valareport.vala index 5df85b32e..6f35a6315 100644 --- a/vala/valareport.vala +++ b/vala/valareport.vala @@ -341,7 +341,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); } /**