ATOS

979

Passing alpha to structure…

If you get the message “Passing alpha to structure causes conversion to structure,” you passed an alpha field to a structure parameter, which causes the alpha to be converted to a structure. If you get the message “Passing alpha to structure requires alpha of at least structure size,” the passed alpha field is smaller than the structure size, but it must be the same size or larger than the structure. (This is an error in Synergy .NET but a warning in traditional Synergy.) To avoid these errors/warnings, pass a structure instead, or explicitly cast the alpha to a structure before passing it. (Warning level 3 or 4)