From 84827c603820f06b5032bd13b8ed65ccf11fe9b3 Mon Sep 17 00:00:00 2001 From: Desmis Date: Thu, 17 May 2018 08:38:48 +0200 Subject: [PATCH] Suppress warning for GammaTRC --- rtengine/iccstore.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtengine/iccstore.cc b/rtengine/iccstore.cc index 9c7e4e914..1a53868cf 100644 --- a/rtengine/iccstore.cc +++ b/rtengine/iccstore.cc @@ -1883,9 +1883,9 @@ cmsHPROFILE rtengine::ICCStore::createCustomGammaOutputProfile(const procparams: } - if (GammaTRC) { + // if (GammaTRC) { cmsFreeToneCurve(GammaTRC[0]); - } + // } } return outputProfile;