.. index:: -gnatw_l (gcc)
:switch:`-gnatw_l`
- *Activate warnings on inheritely limited types.*
+ *Activate warnings on implicitly limited types.*
This switch causes the compiler trigger warnings on record types that do not
have a limited keyword but contain a component that is a limited type.
.. index:: -gnatw_L (gcc)
:switch:`-gnatw_L`
- *Suppress warnings on inheritely limited types.*
+ *Suppress warnings on implicitly limited types.*
- This switch suppresses warnings on inheritely limited types.
+ This switch suppresses warnings on implicitly limited types.
.. index:: -gnatwm (gcc)
@item @code{-gnatw_l}
-`Activate warnings on inheritely limited types.'
+`Activate warnings on implicitly limited types.'
This switch causes the compiler trigger warnings on record types that do not
have a limited keyword but contain a component that is a limited type.
@item @code{-gnatw_L}
-`Suppress warnings on inheritely limited types.'
+`Suppress warnings on implicitly limited types.'
-This switch suppresses warnings on inheritely limited types.
+This switch suppresses warnings on implicitly limited types.
@end table
@geindex -gnatwm (gcc)
@printindex ge
-@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ }
@anchor{d1}@w{ }
+@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ }
@c %**end of body
@bye
Write_Line (" L* turn off warnings for elaboration problems");
Write_Line (" .l turn on info messages for inherited aspects");
Write_Line (" .L* turn off info messages for inherited aspects");
+ Write_Line (" _l turn on warnings for implicitly limited types");
+ Write_Line (" _L* turn off warnings for implicitly limited types");
Write_Line (" m+ turn on warnings for variable assigned " &
"but not read");
Write_Line (" M* turn off warnings for variable assigned " &