HP Fortran Version 3.4 Release Notes

Undeclared External Procedure
Warning 459 at (linenum:filename) : Please provide explicit type
declaration for this procedure
Unused Dummy Argument Variables
Warning 461 : In procedure <procedue name> the dummy argument
<argument name> is not used.
Implicit Dummy Argument for Statement Function
Warning 462 : In program unit <program name> dummy argument
<argument name> of statement function <function name> has not
been given a type
Unformatted I/O Statement
Warning 464 at (linenum:filename) : Please use formatted I/O in
this statement
Invalid do Loop Counter
Warning 465 at (linenum:filename) : Do Loop count is either zero
or negative
Warning 467 at (linenum:filename) : A do loop variable must have
type integer
Unused Label
Warning 468 : In program unit <program name> label <labelnum>
is not referenced
Unused Format Variables
Warning 469 : In program unit <program name> format <labelnum>
is not used
Invalid Array Subscript
Warning 470 at (linenum:filename) : Non integer used as array
subscript
Passing Less Arguments than Expected
Warning 472 at (linenum:filename) : Actual argument contains
fewer elements than corresponding dummy argument
What is New in This Version 9