aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/flags.ads5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/flags.ads b/src/flags.ads
index 18dbf1e14..9a71f9dca 100644
--- a/src/flags.ads
+++ b/src/flags.ads
@@ -152,11 +152,8 @@ package Flags is
-- If true, allow to use synopsys packages (std_logic_arith & co).
Flag_Synopsys : Boolean := False;
- -- --warn-undriven
- --Warn_Undriven : Boolean := False;
-
-- If True, disp original source line and a caret indicating the column.
- Flag_Caret_Diagnostics : Boolean := False;
+ Flag_Caret_Diagnostics : Boolean := True;
type On_Off_Auto_Type is (On, Off, Auto);