STRWRN

1042

Structure warning

Structure with initial values in scope without object could cause unexpected results.

A local data field whose type is a structure with initial values occurred in a scope that doesn’t contain a local data field whose type contains or is an object. To turn the warning off, either the structure has to contain an object or the scope must have a local data field that’s an object. (Warning level 3)