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

suppressing unrecogized source type message

connell
Beginner
196 Views

I am namimg my object files *.o as opposed to *.obj. When the code links I get messages for each object file

ifort: Command line warning: unrecognized source type 'IWIN32/center3d.o'; object file assumed

Is there any way of suppressing just this warning? I could see nothing in the documentation

0 Kudos
1 Reply
Steven_L_Intel1
Employee
196 Views
/extlnk:.o
0 Kudos
Reply