OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA25981-W (E)

for [out] attribute, array or pointer must be specified in declarator (aa...aa).

A parameter with the [out] attribute must be an array or pointer. The pointer must be the one explicitly declared by an asterisk (*)" in the parameter, not the one named by the typedef declaration.
aa...aa: Declarator
S: Continues syntactic and semantic analyses without generating stubs.
O: Change the parameter specification to an array or explicit pointer.