Suppress warning for GammaTRC

This commit is contained in:
Desmis
2018-05-17 08:38:48 +02:00
parent d3696760f3
commit 84827c6038

View File

@@ -1883,9 +1883,9 @@ cmsHPROFILE rtengine::ICCStore::createCustomGammaOutputProfile(const procparams:
}
if (GammaTRC) {
// if (GammaTRC) {
cmsFreeToneCurve(GammaTRC[0]);
}
// }
}
return outputProfile;