mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-13 14:24:08 -04:00
Silence two more compiler warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3307 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -547,7 +547,6 @@ void MainWindow::dataSink(int k)
|
||||
static float s[NSMAX],red[NSMAX];
|
||||
static int ihsym=0;
|
||||
static int nzap=0;
|
||||
static int nb;
|
||||
static int trmin;
|
||||
static int npts8;
|
||||
static float px=0.0;
|
||||
@@ -560,8 +559,6 @@ void MainWindow::dataSink(int k)
|
||||
}
|
||||
|
||||
// Get power, spectrum, and ihsym
|
||||
nb=0;
|
||||
if(m_NB) nb=1;
|
||||
trmin=m_TRperiod/60;
|
||||
symspec_(&k,&trmin,&m_nsps,&m_inGain,&px,s,red,&df3,&ihsym,&npts8);
|
||||
if(ihsym <=0) return;
|
||||
|
||||
Reference in New Issue
Block a user