]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vala: Show source location when reporting deprecations
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 27 Dec 2021 06:44:31 +0000 (07:44 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 17 Feb 2022 08:29:46 +0000 (09:29 +0100)
vala/valareport.vala

index 0aad89f1551471d539f8e2ce865f99e51561351d..dc998ec10e96b438607baae12a57c53b6da8dbf6 100644 (file)
@@ -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);
        }
 
        /**