Actual argument is incompatible with dummy argument



I get the f77 warning message on the legacy code segment shown below.
Can someone explain what the declaraction B(*)*(*) means and why I am
getting a warning message?


SUBROUTINE SUP(B)
CHARACTER B(*)*(*)
..
..
RETURN
END

The above subroutine is called from another subroutine with:

CHARACTER A(1)*1
CALL SUP(A)
^ actual argument is incompatible with dummy
argument

Thanks,

John C.

.



Relevant Pages

  • Re: qmail file filter
    ... chomp; #remove end of line on our local copy ... # make sure we have the filename and the filename only ... give an alternation for each character. ... so a filename of "welcome.gif" would get a warning message ...
    (Focus-Linux)
  • Whats this error in regex?
    ... I got a warning message from my perl script,it's this: ... The 703st line is in a subroutine,the subroutine is: ... sub some_sub ...
    (perl.beginners)