The information in this article applies to:
SYMPTOMSWhen the FORTRAN compiler processes a source code file, it produces the following warning message:
CAUSEThe file contains a variable that is used as an argument in an intrinsic function before it is assigned a value. RESOLUTIONThis behavior is expected and serves as a warning. MORE INFORMATIONThe following list of intrinsic functions are confirmed to produce this warning message: abs, exp, ior, loc, locfar, locnear,The following code example demonstrates this warning message. Sample Code #1
The following code example eliminates this warning message by
assigning a value to TMP before using it as an argument to an
intrinsic function.
Sample Code #2
Additional query words: 1.00 5.00 5.10
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |