Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 288 Bytes

File metadata and controls

9 lines (5 loc) · 288 Bytes

Iec050 - Input or Output fields and parameters shall not be pointers

Severity: Error Error

Checks [Input] and [Output] fields and parameters, reports a diagnostic if they are pointer types.

Solution

Change the type to a type that is not a pointer.