Skip to main content

Compiler Warning C0373

Message: Display of the custom message which was defined in the program code with the warning pragma.

Example 472. Example
PROGRAM PLC_PRG
VAR
END_VAR
{warning 'This is a warning'}

This pragma produces the following warning:

C0373:  This is a warning



For more information, see: Message Pragmas