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.
29285 Discussions

suppressing unrecogized source type message

connell
Beginner
454 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
454 Views
/extlnk:.o
0 Kudos
Reply