Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel_SSA error 12144 "xyz" is possibly uninitialised

DavidWhite
Valued Contributor II
495 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
495 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