[vala/staging] vala: Show source location when reporting deprecations



commit 929d3be56d2b3e9a39327635f30d0de74372b0bd
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Dec 27 07:44:31 2021 +0100

    vala: Show source location when reporting deprecations

 vala/valareport.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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);
        }
 
        /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]