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

/warn:declarations

rahzan
Novice
290 Views
under cvf 6.6
Does /Warn:all include /warn:declarationsor the opposite?
thanks, Tim
0 Kudos
1 Reply
Steven_L_Intel1
Employee
290 Views
All means "all", including "declarations". Personally, I prefer putting IMPLICIT NONE in everywhere.
0 Kudos
Reply