From 88333623500cdafdda6004c87123a112715c62b3 Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Wed, 25 Sep 2024 18:52:31 +0200 Subject: [PATCH] Added info about spdlog warnings on windows compile --- README.md | 2 ++ src/bootloaderwizard.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0029496..1b9aa168 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 3cc507c8..1df1119f 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()) {