Avoid compiler warning

This commit is contained in:
Chris Cannam
2024-10-25 16:10:13 +01:00
parent ce06adba87
commit 7d32166d2a

View File

@@ -489,7 +489,7 @@ R3LiveShifter::generate(int requiredInOutbuf)
for (int hop = 0; hop < hops; ++hop) { for (int hop = 0; hop < hops; ++hop) {
Profiler profiler("R3LiveShifter::generate/loop"); Profiler profiler2("R3LiveShifter::generate/loop");
if (toConsume <= 0) { if (toConsume <= 0) {
m_log.log(2, "R3LiveShifter::generate: ERROR: toConsume is zero at top of loop, hop and hops", hop, hops); m_log.log(2, "R3LiveShifter::generate: ERROR: toConsume is zero at top of loop, hop and hops", hop, hops);