Skip to content

Commit

Permalink
Added info about spdlog warnings on windows compile
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 25, 2024
1 parent 1afc8f6 commit 8833362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion src/bootloaderwizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 8833362

Please sign in to comment.