mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Silence compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4623 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
021f677687
commit
ac7e565f18
@ -382,7 +382,7 @@ MainWindow::MainWindow(bool multiple, QSettings * settings, QSharedMemory *shdme
|
||||
|
||||
QString fname(QDir::toNativeSeparators(m_config.data_path ().absoluteFilePath ("wsjtx_wisdom.dat")));
|
||||
QByteArray cfname=fname.toLocal8Bit();
|
||||
int success = fftwf_import_wisdom_from_filename(cfname);
|
||||
fftwf_import_wisdom_from_filename(cfname);
|
||||
|
||||
getpfx(); //Load the prefix/suffix dictionary
|
||||
genStdMsgs(m_rpt);
|
||||
|
Loading…
Reference in New Issue
Block a user