pragma Suppress_All

Name

Suppress_All -- 

Synopsis

pragma Suppress_All;

Description

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 XGC Ada.