Next: Pragma Suppress_Exception_Locations, Previous: Pragma Subtitle, Up: Implementation Defined Pragmas
pragma Suppress_All;
This pragma can only appear immediately following a compilation
unit. The effect is to apply Suppress (All_Checks)
to the unit
which it follows. This pragma is implemented for compatibility with DEC
Ada 83 usage. The use of pragma Suppress (All_Checks)
as a normal
configuration pragma is the preferred usage in GNAT.