warning removal

This commit is contained in:
Adam Ierymenko 2020-02-27 11:45:56 -08:00
parent ecd09946e6
commit 1e59d92df3
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -111,7 +111,7 @@ void Membership::pushCredentials(const RuntimeEnvironment *RR,void *tPtr,const i
outp->wI64(outl,0); // four zero 16-bit integers
}
if (outl > sizeof(Protocol::Header)) {
if (outl > (int)sizeof(Protocol::Header)) {
outl = Protocol::compress(outp,outl);
}
}