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.

Error Messages

ajs
Beginner
655 Views
Hi!

I am using ifc to compile a code that has evolved over the years and hence contains a lot of non-standard fortran 90-95 coding. Is there any way to suppress the multitude of warnings about this from the ifc compiler. I dont want to suppress legit warnings about potential bugs etc. just the ones about the non-standard coding.

Thanks
Srini
0 Kudos
2 Replies
gmorris
Beginner
655 Views
From the man page:

-w90, -w95
Suppress messages about use of non-standard Fortran.
0 Kudos
Martyn_C_Intel
Employee
655 Views
also -cm suppresses "comments", which include warnings about the use of deprecated features, etc.

Martyn
0 Kudos
Reply