Software Archive
Read-only legacy content
17061 Discussions

F95 standards checking

Intel_C_Intel
Employee
550 Views
I'm keen on using the Fortran 95 standards checking facility of the compiler to help spot bugs early, but when I am deliberately using language extensions, it can get a bit annoying to have the same warnings come up each time I compile. After a while, they can start to obscure more important messages.

Is there any way to selectively turn off particular warnings on particular lines in the source code like you can do in C with the #pragma warning directive?

Ian
0 Kudos
2 Replies
Intel_C_Intel
Employee
550 Views
Amen, brother!! It's high on my wish list, too.

-John
0 Kudos
Steven_L_Intel1
Employee
550 Views
No, we don't have that feature now. I'll make sure it's on the "wish list".

Steve
0 Kudos
Reply