Next: , Previous: Pragma Suppress, Up: Implementation Defined Pragmas


Pragma Suppress_All

Syntax:

     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.