aboutsummaryrefslogtreecommitdiffstats
path: root/flags.ads
diff options
context:
space:
mode:
Diffstat (limited to 'flags.ads')
-rw-r--r--flags.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.ads b/flags.ads
index 4e1152424..d3d49f569 100644
--- a/flags.ads
+++ b/flags.ads
@@ -164,7 +164,7 @@ package Flags is
-- --warn-delayed-checks
-- Emit warnings about delayed checks (checks performed at elaboration
-- time).
- Warn_Delayed_Checks : Boolean := True;
+ Warn_Delayed_Checks : Boolean := False;
-- --warn-body
-- Emit a warning when a package body is not required but is analyzed.