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

Strange warning message

yhao
Beginner
368 Views

Ihave triedto use IVF recently, and when I compile my program in IVF, I always recieve some Warning like below:

Warning1 warning LNK4224: /COMMENT is no longer supported; ignoredpardiso,

which completely correct and no warning in CVF, but the bulit execute work OK, does somebody know why this happen?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
369 Views
You had used an old linker feature, to insert comment text into the executable, which is no longer supported in the newer linker. Note that this is entirely a linker issue, not related to the compiler.
0 Kudos
Reply