]> 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>
Wed, 16 Feb 2022 17:52:35 +0000 (18:52 +0100)
vala/valareport.vala

index 5df85b32e53a47919787822feeb11f955accc0a1..6f35a6315cc14a46d582c87bc10cb7282387a7e6 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);
        }
 
        /**