mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 20:18:35 -04:00
Two more compiler warnings...
This commit is contained in:
parent
d3be147d35
commit
63bc2a6495
@ -48,9 +48,8 @@ subroutine decode0(dd,ss,savg)
|
||||
|
||||
call timer('q65wa ',0)
|
||||
call q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
||||
nfcal,nsum,nxant,mycall, &
|
||||
hiscall,hisgrid,nhsym,nfsample, &
|
||||
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
||||
nfcal,nsum,mycall,hiscall,hisgrid,nhsym,nfsample, &
|
||||
ndiskdat,nmode,ndop00)
|
||||
call timer('q65wa ',1)
|
||||
flush(6)
|
||||
|
@ -1,7 +1,6 @@
|
||||
subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||
subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
||||
nfcal,nsum,nxant,mycall, &
|
||||
hiscall,hisgrid,nhsym,nfsample, &
|
||||
nfcal,nsum,mycall,hiscall,hisgrid,nhsym,nfsample, &
|
||||
ndiskdat,nmode,ndop00)
|
||||
|
||||
! Processes timf2 data from Linrad to find and decode JT65 and Q65 signals.
|
||||
|
Loading…
Reference in New Issue
Block a user