From 0452145ff307a41cd4422db6a2779a4359c2e28c Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Tue, 28 Jun 2022 11:18:58 +0100 Subject: [PATCH] Avoid compiler warning --- src/finer/Guide.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/finer/Guide.h b/src/finer/Guide.h index bfb48a5..a7e5538 100644 --- a/src/finer/Guide.h +++ b/src/finer/Guide.h @@ -381,8 +381,8 @@ protected: void updateForUnity(Guidance &guidance, bool hadPhaseReset, - uint32_t unityCount, - const double *const magnitudes, + uint32_t /* unityCount */, + const double *const /* magnitudes */, const BinSegmenter::Segmentation &segmentation, bool realtime) const {