Browse Source

warning removal

Adam Ierymenko 5 years ago
parent
commit
1e59d92df3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/Membership.cpp

+ 1 - 1
node/Membership.cpp

@@ -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);
 		}
 	}