diff options
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r-- | gcc/ada/opt.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index eae72e0dd08..17e1c3de8df 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -78,6 +78,9 @@ package Opt is -- GNAT -- Default Ada version if no switch given. The Warnings off is to kill -- constant condition warnings. + -- + -- WARNING: some scripts rely on the format of this line of code. Any + -- change must be coordinated with the scripts requirements. Ada_Version : Ada_Version_Type := Ada_Version_Default; -- GNAT |