diff --git a/README.md b/README.md index c002949..1b9aa16 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,8 @@ msbuild vscp-works-qt.sln Note that you must have a *developer command prompt* +**Note:** You may experience a lot of warnings from spdlog which is a library that is part if vscp-works-qt. This is nothing to to worry about. More info on the subject is [here](https://github.com/gabime/spdlog/issues/2065). + ------------------------------------------------------------------------------- **Internal project Notes and trouble shooting below** diff --git a/src/bootloaderwizard.cpp b/src/bootloaderwizard.cpp index 3cc507c..1df1119 100644 --- a/src/bootloaderwizard.cpp +++ b/src/bootloaderwizard.cpp @@ -568,7 +568,7 @@ CWizardPageLoadMdf::isComplete(void) const bool CWizardPageLoadMdf::validatePage(void) { - //int rv; + int rv; vscpworks* pworks = (vscpworks*)QCoreApplication::instance(); switch (m_vscpClient->getType()) {