From 55ceb5b248898c488520c5a16c4b0d558e4ca9c1 Mon Sep 17 00:00:00 2001 From: Desmis Date: Tue, 24 Aug 2021 07:42:00 +0200 Subject: [PATCH] Suppress warning curveMode2 not used --- rtengine/improcfun.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/improcfun.cc b/rtengine/improcfun.cc index a6f4d65cd..7a9b24eed 100644 --- a/rtengine/improcfun.cc +++ b/rtengine/improcfun.cc @@ -747,7 +747,7 @@ void ImProcFunctions::ciecam_02float(CieImage* ncie, float adap, int pW, int pwb const bool hasColCurve1 = bool (customColCurve1); const bool t1L = hasColCurve1 && curveMode == ColorAppearanceParams::TcMode::LIGHT; - const ColorAppearanceParams::TcMode curveMode2 = params->colorappearance.curveMode2; +// const ColorAppearanceParams::TcMode curveMode2 = params->colorappearance.curveMode2; const bool hasColCurve2 = bool (customColCurve2); const ColorAppearanceParams::CtcMode curveMode3 = params->colorappearance.curveMode3;