mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 13:12:30 -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 timer('q65wa ',0)
|
||||||
call q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
call q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||||
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
||||||
nfcal,nsum,nxant,mycall, &
|
nfcal,nsum,mycall,hiscall,hisgrid,nhsym,nfsample, &
|
||||||
hiscall,hisgrid,nhsym,nfsample, &
|
|
||||||
ndiskdat,nmode,ndop00)
|
ndiskdat,nmode,ndop00)
|
||||||
call timer('q65wa ',1)
|
call timer('q65wa ',1)
|
||||||
flush(6)
|
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, &
|
mousedf,mousefqso,nagain,ndecdone,nfshift,max_drift, &
|
||||||
nfcal,nsum,nxant,mycall, &
|
nfcal,nsum,mycall,hiscall,hisgrid,nhsym,nfsample, &
|
||||||
hiscall,hisgrid,nhsym,nfsample, &
|
|
||||||
ndiskdat,nmode,ndop00)
|
ndiskdat,nmode,ndop00)
|
||||||
|
|
||||||
! Processes timf2 data from Linrad to find and decode JT65 and Q65 signals.
|
! Processes timf2 data from Linrad to find and decode JT65 and Q65 signals.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user