Skip to content

Commit

Permalink
turn off some warnings
Browse files Browse the repository at this point in the history
No real changes at all, just turn off some warnings
  • Loading branch information
mm2 committed Sep 17, 2023
1 parent 17d072a commit 8c23dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmsps2.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ cmsBool GammaTableEquals(cmsUInt16Number* g1, cmsUInt16Number* g2, cmsUInt32Numb
// Does write a set of gamma curves

static
void EmitNGamma(cmsIOHANDLER* m, int n, cmsToneCurve* g[])
void EmitNGamma(cmsIOHANDLER* m, cmsUInt32Number n, cmsToneCurve* g[])
{
cmsUInt32Number i;

Expand Down Expand Up @@ -747,7 +747,7 @@ int EmitCIEBasedDEF(cmsIOHANDLER* m, cmsPipeline* Pipeline, cmsUInt32Number Inte
const char* PostMaj;
const char* PreMin, *PostMin;
cmsStage* mpe;
int i, numchans;

static char buffer[2048];

mpe = Pipeline->Elements;
Expand Down

0 comments on commit 8c23dbe

Please sign in to comment.