Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28996 Discussions

Intel_SSA error 12144 "xyz" is possibly uninitialised

DavidWhite
Valued Contributor II
422 Views

How do I change my code to eliminate these "possibly uninitialised" messages?

In my code, quite a few variables are initialised in a subroutine.  Adding an interface block to allow the compiler to know that these are INTENT(OUT) does not eliminate the message, which seems to occur for both scalar and array variables.

Thanks,

David

0 Kudos
1 Reply
Steven_L_Intel1
Employee
422 Views

Simply mark the issue as excluded in Inspector XE. The interface block isn't used by SA as far as I know.

0 Kudos
Reply