Chapter Contents |
Previous |
Next |
088 |
Explanation |
Explanation |
Although a prototype is in scope for this function, the
type of the argument does not match the type in the prototype. The argument
is converted to the correct type. This message does not appear if only a simple
widening conversion, such as char
to int
, is needed.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.