HELPLIB.HLB  —  CC  Messages  USELESSALIGN
 Message        <Context> _align cannot be used with the <class>
                storage class.  Modifier _align is ignored.

 Description    The storage class modifier _align is meaningless for
                objects declared with register, globalref, or
                globalvalue storage class.  The compiler ignores the
                _align.

 User Action    Remove the _align storage class modifier.
Close Help