[vala/0.54] vala: Show source location when reporting deprecations
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.54] vala: Show source location when reporting deprecations
- Date: Mon, 14 Feb 2022 14:56:56 +0000 (UTC)
commit 671ad44223b0f8ab45b58d8ffdfb3bf10daac00e
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 0aad89f15..dc998ec10 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);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]