From 4b12f440fafc5e5e3509ba56334bf2cf134ec225 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 24 May 2023 02:12:42 -0500 Subject: [PATCH] variable set but not used --- README.md | 2 +- src/engine/vgmOps.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f94337a..07b6edd1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ the biggest multi-system chiptune tracker ever made! check out the [Releases](https://github.com/tildearrow/furnace/releases) page. available for Windows, macOS and Linux (AppImage). -[see here](https://nightly.link/tildearrow/furnace/workflows/build/master) for unstable developer builds. +[see here](https://nightly.link/tildearrow/furnace/workflows/build/master) for the latest unstable build. ## features diff --git a/src/engine/vgmOps.cpp b/src/engine/vgmOps.cpp index 4f764c48..8f867322 100644 --- a/src/engine/vgmOps.cpp +++ b/src/engine/vgmOps.cpp @@ -1626,6 +1626,9 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p } } + // variable set but not used? + logV("howManyChips: %d",howManyChips); + // write chips and stuff w->writeI(hasSN); w->writeI(hasOPLL);