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

How do i suppress the fortran warning(406)?

kim__jung_hwan
Beginner
1,257 Views

Hello (and sorry for keep asking many questions)

I am also having a bunch of warning showing up when I start debugging as follows:

forrtl: warning (406): fort: (1): In call to DECISION, an array temporary was created for argument #7

I tried to suppress this by going into project property, fortran, run-time and checking No to runtime error checking, and this warning still shows up. Is there any way to suppress this error? Thank you so much!

0 Kudos
1 Reply
DavidWhite
Valued Contributor II
1,257 Views

not an option I have tried, but under Run-time is an option "Check for Actual Arguments Using Temporary Storage".  That seems to align with your warning message.

0 Kudos
Reply