Skip to content

Commit

Permalink
Merge pull request #464 from MonkeybreadSoftware/patch-1
Browse files Browse the repository at this point in the history
Disable warning. Looks fine, thank you!
  • Loading branch information
mm2 authored Nov 21, 2024
2 parents 676e803 + 5f8971d commit 91abcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmsxform.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void FloatXFORM(_cmsTRANSFORM* p,

// Certainly, out of gamut
for (c = 0; c < cmsMAXCHANNELS; c++)
fOut[c] = ContextAlarmCodes->AlarmCodes[c] / 65535.0;
fOut[c] = ContextAlarmCodes->AlarmCodes[c] / 65535.0F;

}
else {
Expand Down

0 comments on commit 91abcce

Please sign in to comment.