mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 20:48:33 -04:00
Silence several compiler warnings.
This commit is contained in:
parent
aee0a1e851
commit
bc8d134135
@ -94,7 +94,7 @@ contains
|
||||
save
|
||||
|
||||
this%callback => callback
|
||||
first_time=nrobust !Silence compiler warning
|
||||
first_time=nrobust .and. (emedelay.eq.-999.9) !Silence compiler warning
|
||||
first_time=newdat
|
||||
dd=dd0
|
||||
ndecoded=0
|
||||
|
@ -12,6 +12,5 @@ subroutine pctile(x,npts,npct,xpct)
|
||||
if(j.gt.npts) j=npts
|
||||
xpct=tmp(j)
|
||||
|
||||
900 continue
|
||||
return
|
||||
end subroutine pctile
|
||||
|
@ -37,7 +37,7 @@ subroutine symspec(shared_data,k,TRperiod,nsps,ingain,bLowSidelobes, &
|
||||
equivalence (xc,cx)
|
||||
save
|
||||
|
||||
if(TRperiod.lt.0.d0) stop !Silence compiler warning
|
||||
if(TRperiod+npct.eq.-999.9) stop !Silence compiler warning
|
||||
nfft3=16384 !df=12000.0/16384 = 0.732422
|
||||
jstep=nsps/2 !Step size = half-symbol in id2()
|
||||
if(k.gt.NMAX) go to 900
|
||||
|
Loading…
Reference in New Issue
Block a user