Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29228 ディスカッション

How do i suppress the fortran warning(406)?

kim__jung_hwan
ビギナー
2,166件の閲覧回数

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 件の賞賛
1 返信
DavidWhite
高評価コントリビューター II
2,166件の閲覧回数

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.

返信