]> 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>
Mon, 27 Dec 2021 06:51:58 +0000 (07:51 +0100)
vala/valareport.vala

index 3d3a95fc8759b4e92553a9658b7885e0b8040bd9..b35218baa08698511f5ff42a5f4d95871b526a24 100644 (file)
@@ -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);
        }
 
        /**