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


Pragma Compile_Time_Warning

Syntax:

     pragma Compile_Time_Warning
              (boolean_EXPRESSION, static_string_EXPRESSION);

Same as pragma Compile_Time_Error, except a warning is issued instead of an error message.